mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 15:00:26 +00:00
extends node-webkit App class with EventEmitter
See https://github.com/nwjs/nw.js/wiki/App#events
This commit is contained in:
Vendored
+1
-1
@@ -156,7 +156,7 @@ declare module "nw.gui" {
|
||||
eval(frame: HTMLIFrameElement, script: string): void;
|
||||
}
|
||||
|
||||
export interface App {
|
||||
export interface App extends EventEmitter {
|
||||
argv: any;
|
||||
fullArgv: any;
|
||||
dataPath: string;
|
||||
|
||||
Reference in New Issue
Block a user