ipfs-observed-remove
Version:
[](https://circleci.com/gh/wehriam/ipfs-observed-remove) [](http://badge.fury.io/js/ipfs-observed-remove) [![co
34 lines (28 loc) • 841 B
JavaScript
// flow-typed signature: 3e267a4875ecaa1b5164964fe915fc82
// flow-typed version: <<STUB>>/lru-cache_v^6.0.0/flow_v0.130.0
/**
* This is an autogenerated libdef stub for:
*
* 'lru-cache'
*
* 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 'lru-cache' {
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 'lru-cache/index' {
declare module.exports: $Exports<'lru-cache'>;
}
declare module 'lru-cache/index.js' {
declare module.exports: $Exports<'lru-cache'>;
}