Files
flipper/flow-typed/npm/electron-v8.0.1.js
Chaiwat Ekkaewnumchai 4f3f40ee2f 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
2020-03-03 12:34:32 -08:00

13 lines
255 B
JavaScript

/**
* 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;
}