UNPKG

1.19 kBMarkdownView Raw
1# Installation
2> `npm install --save @types/karma-ie-launcher`
3
4# Summary
5This package contains type definitions for karma-ie-launcher (https://github.com/karma-runner/karma-ie-launcher#readme).
6
7# Details
8Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/karma-ie-launcher.
9## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/karma-ie-launcher/index.d.ts)
10````ts
11// Type definitions for karma-ie-launcher 1.0
12// Project: https://github.com/karma-runner/karma-ie-launcher#readme
13// Definitions by: Piotr Błażejewicz <https://github.com/peterblazejewicz>
14// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
15// TypeScript Version: 3.2
16import 'karma';
17
18declare module 'karma' {
19 interface CustomLauncher {
20 /** run IE in emulation mode */
21 'x-ua-compatible'?: string | undefined;
22 }
23}
24
25````
26
27### Additional Details
28 * Last updated: Thu, 08 Jul 2021 16:23:06 GMT
29 * Dependencies: [@types/karma](https://npmjs.com/package/@types/karma)
30 * Global values: none
31
32# Credits
33These definitions were written by [Piotr Błażejewicz](https://github.com/peterblazejewicz).
34
\No newline at end of file