Files
DefinitelyTyped/electron/electron.d.ts
2016-10-12 23:25:39 +09:00

11 lines
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;
}