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

0.1.4 • Public • Published

Installation

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

Summary

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

Details

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

index.d.ts

import "karma";

declare module "karma" {
    interface ConfigOptions {
        /**
         * environment variables available to your tests
         * {@link https://github.com/jsok/karma-env-preprocessor#configuration}
         */
        envPreprocessor?: string[] | undefined;
    }
}

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: @types/karma

Credits

These definitions were written by Piotr Błażejewicz (Peter Blazejewicz).

Readme

Keywords

none

Package Sidebar

Install

npm i @types/karma-env-preprocessor

Weekly Downloads

115

Version

0.1.4

License

MIT

Unpacked Size

3.38 kB

Total Files

5

Last publish

Collaborators

  • types