diff --git a/flow-typed/npm/electron-v8.0.1.js b/flow-typed/npm/electron-v8.0.1.js new file mode 100644 index 000000000..19310d9f8 --- /dev/null +++ b/flow-typed/npm/electron-v8.0.1.js @@ -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; +}