DefinitelyTyped/github-electron/electron-prebuilt.d.ts

11 lines
311 B
TypeScript

// Type definitions for electron-prebuilt 0.30.1
// Project: https://github.com/mafintosh/electron-prebuilt
// Definitions by: rhysd <https://github.com/rhysd>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare module 'electron-prebuilt' {
var electron: string;
export = electron;
}