mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
11 lines
311 B
TypeScript
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;
|
|
}
|
|
|