mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
10 lines
373 B
TypeScript
10 lines
373 B
TypeScript
// Type definitions for electron-is-dev 0.3
|
|
// Project: https://github.com/sindresorhus/electron-is-dev#readme
|
|
// Definitions by: Troy McKinnon <https://github.com/trodi>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
export = electron_is_dev;
|
|
|
|
/** Whether electron app is running is development environment. */
|
|
declare const electron_is_dev: boolean;
|