diff --git a/flow-typed/npm/lodash.get_vx.x.x.js b/flow-typed/npm/lodash.get_vx.x.x.js deleted file mode 100644 index 14a6595..0000000 --- a/flow-typed/npm/lodash.get_vx.x.x.js +++ /dev/null @@ -1,33 +0,0 @@ -// flow-typed signature: b6ac2ec7cb1fc7f35b183b5ff74fdefe -// flow-typed version: <>/lodash.get_v^4.4.2/flow_v0.112.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'lodash.get' - * - * 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 'lodash.get' { - 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. - */ - - -// Filename aliases -declare module 'lodash.get/index' { - declare module.exports: $Exports<'lodash.get'>; -} -declare module 'lodash.get/index.js' { - declare module.exports: $Exports<'lodash.get'>; -}