2.2.5 • Published 6 months ago

@types/electron-devtools-installer v2.2.5

Weekly downloads
17,151
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/electron-devtools-installer

Summary

This package contains type definitions for electron-devtools-installer (https://github.com/MarshallOfSound/electron-devtools-installer).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/electron-devtools-installer.

index.d.ts

// Type definitions for electron-devtools-installer v2.2.4
// Project: https://github.com/MarshallOfSound/electron-devtools-installer
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare module "electron-devtools-installer" {
    interface ExtensionReference {
        id: string,
        electron: string,
    }

    // Default installation function
    export default function (extensionReference: ExtensionReference | string | Array<ExtensionReference | string>, forceDownload?: boolean): Promise<string>;

    // Devtools themself
    export const EMBER_INSPECTOR: ExtensionReference;
    export const REACT_DEVELOPER_TOOLS: ExtensionReference;
    export const BACKBONE_DEBUGGER: ExtensionReference;
    export const JQUERY_DEBUGGER: ExtensionReference;
    export const ANGULARJS_BATARANG: ExtensionReference;
    export const VUEJS_DEVTOOLS: ExtensionReference;
    export const REDUX_DEVTOOLS: ExtensionReference;
    export const REACT_PERF: ExtensionReference;
    export const CYCLEJS_DEVTOOL: ExtensionReference;
    export const APOLLO_DEVELOPER_TOOLS: ExtensionReference;
    export const MOBX_DEVTOOLS: ExtensionReference;
}

Additional Details

  • Last updated: Mon, 18 Apr 2022 23:03:04 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by DefinitelyTyped.