This commit is contained in:
Gregory Schier 2017-07-17 17:10:46 -07:00
parent 2708ea1c3e
commit 683385690d
4 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,3 @@
// @flow
declare module 'autobind-decorator' {
declare module.exports: *
}

View File

@ -1,4 +1,3 @@
// @flow
declare module 'electron' {
declare module.exports: {
remote: *

View File

@ -1,4 +1,3 @@
// @flow
declare module 'mime-types' {
declare module.exports: *
}

3
flow-typed/mkdirp.js vendored Normal file
View File

@ -0,0 +1,3 @@
declare module 'mime-types' {
declare module.exports: *
}