@types/karma-rollup-preprocessor
TypeScript icon, indicating that this package has built-in type declarations

7.0.3 • Public • Published

Installation

npm install --save @types/karma-rollup-preprocessor

Summary

This package contains type definitions for karma-rollup-preprocessor (https://github.com/jlmakes/karma-rollup-preprocessor).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/karma-rollup-preprocessor.

index.d.ts

import karma = require("karma");
import { RollupOptions } from "rollup";

declare module "karma" {
    interface ConfigOptions {
        /**
         * see {@link https://github.com/jlmakes/karma-rollup-preprocessor#configured-preprocessors}
         */
        rollupPreprocessor?: RollupPreprocessorOptions | undefined;
    }

    /**
     * Default global variable name is by default `__json__`,
     * but you can override it with your own name in karma configuration:
     */
    interface RollupPreprocessorOptions extends Exclude<RollupOptions, "input"> {}
}

Additional Details

Credits

These definitions were written by Piotr Błażejewicz.

/@types/karma-rollup-preprocessor/

    Package Sidebar

    Install

    npm i @types/karma-rollup-preprocessor

    Weekly Downloads

    3,592

    Version

    7.0.3

    License

    MIT

    Unpacked Size

    4 kB

    Total Files

    5

    Last publish

    Collaborators

    • types