chore: upgrade flow-typed

This commit is contained in:
Tom Moor
2019-10-26 23:49:37 -07:00
parent e024b1b042
commit e72608938a
4 changed files with 431 additions and 271 deletions

View File

@@ -1,52 +0,0 @@
// flow-typed signature: 9b305842cfea0dc6aeb2ff078f6071a1
// flow-typed version: <<STUB>>/safestart_v1.1.0/flow_v0.86.0
/**
* This is an autogenerated libdef stub for:
*
* 'safestart'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'safestart' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'safestart/git_dependency_match' {
declare module.exports: any;
}
declare module 'safestart/test/git_dependency_match' {
declare module.exports: any;
}
declare module 'safestart/test/self' {
declare module.exports: any;
}
// Filename aliases
declare module 'safestart/git_dependency_match.js' {
declare module.exports: $Exports<'safestart/git_dependency_match'>;
}
declare module 'safestart/index' {
declare module.exports: $Exports<'safestart'>;
}
declare module 'safestart/index.js' {
declare module.exports: $Exports<'safestart'>;
}
declare module 'safestart/test/git_dependency_match.js' {
declare module.exports: $Exports<'safestart/test/git_dependency_match'>;
}
declare module 'safestart/test/self.js' {
declare module.exports: $Exports<'safestart/test/self'>;
}