@types/electron-load-devtool
TypeScript icon, indicating that this package has built-in type declarations

1.2.3 • Public • Published

Installation

npm install --save @types/electron-load-devtool

Summary

This package contains type definitions for electron-load-devtool (https://github.com/akameco/electron-load-devtool).

Details

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

index.d.ts

interface ElectronLoadDevtool {
    (devtoolId: string, options?: ElectronLoadDevtoolOptions): void;
    REDUX_DEVTOOLS: string;
    EMBER_INSPECTOR: string;
    REACT_DEVELOPER_TOOLS: string;
    BACKBONE_DEBUGGER: string;
    JQUERY_DEBUGGER: string;
    ANGULARJS_BATARANG: string;
    VUEJS_DEVTOOLS: string;
    VUEJS_DEVTOOLS_BETA: string;
}

interface ElectronLoadDevtoolOptions {
    enabled?: boolean | undefined;
    name?: string | undefined;
    profile?: string | undefined;
    version?: string | undefined;
}

declare const electronLoadDevtool: ElectronLoadDevtool;

export = electronLoadDevtool;

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: none

Credits

These definitions were written by Ciffelia.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/electron-load-devtool

Weekly Downloads

8

Version

1.2.3

License

MIT

Unpacked Size

3.86 kB

Total Files

5

Last publish

Collaborators

  • types