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

57 lines (49 loc) 1.65 kB
// flow-typed signature: c05bd942fb30e1e185b19eeea404f644 // flow-typed version: <<STUB>>/flow-copy-source_v^2.0.9/flow_v0.130.0 /** * This is an autogenerated libdef stub for: * * 'flow-copy-source' * * 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 'flow-copy-source' { 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 'flow-copy-source/bin/flow-copy-source' { declare module.exports: any; } declare module 'flow-copy-source/src' { declare module.exports: any; } declare module 'flow-copy-source/src/kefir-copy-file' { declare module.exports: any; } declare module 'flow-copy-source/src/kefir-glob' { declare module.exports: any; } // Filename aliases declare module 'flow-copy-source/bin/flow-copy-source.js' { declare module.exports: $Exports<'flow-copy-source/bin/flow-copy-source'>; } declare module 'flow-copy-source/src/index' { declare module.exports: $Exports<'flow-copy-source/src'>; } declare module 'flow-copy-source/src/index.js' { declare module.exports: $Exports<'flow-copy-source/src'>; } declare module 'flow-copy-source/src/kefir-copy-file.js' { declare module.exports: $Exports<'flow-copy-source/src/kefir-copy-file'>; } declare module 'flow-copy-source/src/kefir-glob.js' { declare module.exports: $Exports<'flow-copy-source/src/kefir-glob'>; }