DefinitelyTyped/github-electron/electron-prebuilt.d.ts
rhysd b287954ece Add definitions for electron-prebuilt package
I added definitions for API of electron-prebuilt package.
There is already a directory for GitHub Electron.  So I added
electron-prebuilt.d.ts to it.  If I should add new `electron-prebuilt`
directory, please let me know that.
2015-07-29 16:00:18 +09:00

11 lines
307 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/borisyankov/DefinitelyTyped
declare module 'electron-prebuilt' {
var electron: string;
export = electron;
}