Migrate packageMetadata

Summary: _typescript_

Reviewed By: danielbuechele

Differential Revision: D16782045

fbshipit-source-id: cfbabc036eb707f76a375f451ccc831b25c6d462
This commit is contained in:
Pascal Hartig
2019-08-14 04:36:51 -07:00
committed by Facebook Github Bot
parent 610a926611
commit 0f270c9f48
4 changed files with 18 additions and 14 deletions

View File

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