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

43 lines (37 loc) 1.05 kB
// flow-typed signature: c65ea10c28082b19d041aa9892de3ea5 // flow-typed version: <<STUB>>/husky_v^7.0.4/flow_v0.130.0 /** * This is an autogenerated libdef stub for: * * 'husky' * * 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 'husky' { 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 'husky/lib/bin' { declare module.exports: any; } declare module 'husky/lib' { declare module.exports: any; } // Filename aliases declare module 'husky/lib/bin.js' { declare module.exports: $Exports<'husky/lib/bin'>; } declare module 'husky/lib/index' { declare module.exports: $Exports<'husky/lib'>; } declare module 'husky/lib/index.js' { declare module.exports: $Exports<'husky/lib'>; }