Migrate is{Headless,Production}

Summary: _typescript_

Reviewed By: jknoxville

Differential Revision: D16711115

fbshipit-source-id: 174e1d3057182c35a6e3493612ddcb3d6ba1ee54
This commit is contained in:
Pascal Hartig
2019-08-12 03:44:51 -07:00
committed by Facebook Github Bot
parent 712669e800
commit fcf99fda4b
12 changed files with 10 additions and 9 deletions

View File

@@ -8,5 +8,6 @@
declare module NodeJS {
interface Global {
electronRequire: (name: string) => void;
window: Window | undefined;
}
}