1.2.3 • Published 6 months ago

@types/electron-load-devtool v1.2.3

Weekly downloads
217
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for electron-load-devtool 1.2
// Project: https://github.com/akameco/electron-load-devtool
// Definitions by: Ciffelia <https://github.com/ciffelia>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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: Thu, 08 Jul 2021 12:01:04 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Ciffelia.

1.2.3

6 months ago

1.2.2

7 months ago

1.2.1

3 years ago

1.2.0

4 years ago

1.0.1

5 years ago

1.0.0

6 years ago