Migrate user
Summary: Migrate user and introduce a global declarations file. Reviewed By: danielbuechele Differential Revision: D16690480 fbshipit-source-id: be4e5218715dcae4b403b24cdbc2f3e89728dd59
This commit is contained in:
committed by
Facebook Github Bot
parent
4afc417ea5
commit
e56d3a4c6d
12
types/nodejs.tsx
Normal file
12
types/nodejs.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* Copyright 2018-present Facebook.
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
* @format
|
||||
*/
|
||||
|
||||
declare module NodeJS {
|
||||
interface Global {
|
||||
electronRequire: (name: string) => void;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user