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

47 lines (40 loc) 1.43 kB
// flow-typed signature: 2fcfb40af9c087a63e331b79c82dd836 // flow-typed version: <<STUB>>/json-stringify-deterministic_v^1.0.1/flow_v0.63.1 /** * This is an autogenerated libdef stub for: * * 'json-stringify-deterministic' * * 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 'json-stringify-deterministic' { 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 'json-stringify-deterministic/lib/defaults' { declare module.exports: any; } declare module 'json-stringify-deterministic/lib/index' { declare module.exports: any; } declare module 'json-stringify-deterministic/lib/util' { declare module.exports: any; } // Filename aliases declare module 'json-stringify-deterministic/lib/defaults.js' { declare module.exports: $Exports<'json-stringify-deterministic/lib/defaults'>; } declare module 'json-stringify-deterministic/lib/index.js' { declare module.exports: $Exports<'json-stringify-deterministic/lib/index'>; } declare module 'json-stringify-deterministic/lib/util.js' { declare module.exports: $Exports<'json-stringify-deterministic/lib/util'>; }