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

1.0.4 • Public • Published

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

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

Credits

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

Readme

Keywords

none

Package Sidebar

Install

npm i @types/karma-ie-launcher

Weekly Downloads

970

Version

1.0.4

License

MIT

Unpacked Size

3.08 kB

Total Files

5

Last publish

Collaborators

  • types