mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
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.
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
// 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user