UNPKG

@types/karma-ie-launcher

Version:
28 lines (21 loc) 883 B
# Installation > `npm install --save @types/karma-ie-launcher` # Summary This package contains type definitions for karma-ie-launcher (https://github.com/karma-runner/karma-ie-launcher#readme). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/karma-ie-launcher. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/karma-ie-launcher/index.d.ts) ````ts import "karma"; declare module "karma" { interface CustomLauncher { /** run IE in emulation mode */ "x-ua-compatible"?: string | undefined; } } ```` ### Additional Details * Last updated: Tue, 07 Nov 2023 09:09:38 GMT * Dependencies: [@types/karma](https://npmjs.com/package/@types/karma) # Credits These definitions were written by [Piotr Błażejewicz](https://github.com/peterblazejewicz).