declarations
Version:
[](https://www.npmjs.com/package/declarations)
11 lines (8 loc) • 300 B
TypeScript
// Type definitions for electron 1.3.3
// Project: https://github.com/electron-userland/electron-prebuilt
// Definitions by: rhysd <https://github.com/rhysd>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare module 'electron' {
var electron: string;
export = electron;
}