UNPKG

ipfs-observed-remove

Version:

[![CircleCI](https://circleci.com/gh/wehriam/ipfs-observed-remove.svg?style=svg)](https://circleci.com/gh/wehriam/ipfs-observed-remove) [![npm version](https://badge.fury.io/js/ipfs-observed-remove.svg)](http://badge.fury.io/js/ipfs-observed-remove) [![co

34 lines (28 loc) 841 B
// 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'>; }