Dummy Flow Type for Electron V.8.0.1

Summary: We still use `flow` internally. The script to generate Electron API doesn't work as expected.

Reviewed By: passy

Differential Revision: D20224009

fbshipit-source-id: 371e5e857537811c863d81e5bafa0ec6a912c9fe
This commit is contained in:
Chaiwat Ekkaewnumchai
2020-03-03 12:31:23 -08:00
committed by Facebook Github Bot
parent ff1b3a4382
commit 4f3f40ee2f

12
flow-typed/npm/electron-v8.0.1.js vendored Normal file
View 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
* @flow
*
*/
declare module 'electron' {
declare module.exports: any;
}