@types/karma-firefox-launcher
TypeScript definitions for karma-firefox-launcher
Last updated 5 years ago by types .
MIT · Repository · Original npm · Tarball · package.json
$ cnpm install @types/karma-firefox-launcher 
SYNC missed versions from official npm registry.

Installation

npm install --save @types/karma-firefox-launcher

Summary

This package contains type definitions for karma-firefox-launcher (https://github.com/karma-runner/karma-firefox-launcher#readme).

Details

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

index.d.ts

// Type definitions for karma-firefox-launcher 2.1
// Project: https://github.com/karma-runner/karma-firefox-launcher#readme
// Definitions by: Piotr Błażejewicz <https://github.com/peterblazejewicz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.2
import 'karma';

declare module 'karma' {
    interface CustomLauncher {
        /**
         * configure preferences for the Firefox instance that is loaded
         */
        prefs?: {
            [name: string]: any;
        } | undefined;
        /**
         * extensions that you want loaded into the browser on startup
         */
        extensions?: string[] | undefined;

        /**
         * custom launcher name
         */
        name?: string | undefined;

        /**
         * location of the Firefox executable
         */
        command?: string | undefined;
    }
}

Additional Details

  • Last updated: Thu, 08 Jul 2021 16:23:06 GMT
  • Dependencies: @types/karma
  • Global values: none

Credits

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

Current Tags

  • 2.1.1                                ...           latest (5 years ago)
  • 1.3.0                                ...           ts3.2 (6 years ago)
  • 2.1.0                                ...           ts3.3 (5 years ago)
  • 2.1.0                                ...           ts3.4 (5 years ago)
  • 2.1.0                                ...           ts3.5 (5 years ago)
  • 2.1.1                                ...           ts3.6 (5 years ago)
  • 2.1.1                                ...           ts3.7 (5 years ago)
  • 2.1.1                                ...           ts3.8 (5 years ago)
  • 2.1.1                                ...           ts3.9 (5 years ago)
  • 2.1.1                                ...           ts4.0 (5 years ago)
  • 2.1.1                                ...           ts4.1 (5 years ago)
  • 2.1.1                                ...           ts4.2 (5 years ago)
  • 2.1.1                                ...           ts4.3 (5 years ago)
  • 2.1.1                                ...           ts4.4 (5 years ago)
  • 2.1.1                                ...           ts4.5 (5 years ago)
  • 2.1.1                                ...           ts4.6 (5 years ago)
  • 2.1.1                                ...           ts4.7 (5 years ago)
  • 2.1.1                                ...           ts4.8 (5 years ago)
  • 2.1.1                                ...           ts4.9 (5 years ago)
  • 2.1.1                                ...           ts5.0 (5 years ago)
  • 2.1.1                                ...           ts5.1 (5 years ago)

3 Versions

  • 2.1.1                                ...           5 years ago
  • 2.1.0                                ...           5 years ago
  • 1.3.0                                ...           6 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 1
Last Day 0
Last Week 1
Last Month 0
Dependencies (1)
Dev Dependencies (0)
None
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org | Home |