headless
Summary: _typescript_ Reviewed By: passy Differential Revision: D16962733 fbshipit-source-id: 6583c5a4471b12f91895f6449ed9c510265a63e2
This commit is contained in:
committed by
Facebook Github Bot
parent
7ed9e8e670
commit
853d80f182
@@ -8,7 +8,10 @@
|
||||
declare module NodeJS {
|
||||
interface Global {
|
||||
__REVISION__: string | undefined;
|
||||
__VERSION__: string;
|
||||
electronRequire: (name: string) => void;
|
||||
window: Window | undefined;
|
||||
WebSocket: any;
|
||||
fetch: any;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user