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