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
13 lines
255 B
JavaScript
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;
|
|
}
|