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

91 lines (79 loc) 2.56 kB
// flow-typed signature: 0e118fb2568bf7551f1fb43df66e6e0b // flow-typed version: <<STUB>>/@babel/cli_v^7.16.8/flow_v0.130.0 /** * This is an autogenerated libdef stub for: * * '@babel/cli' * * 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 '@babel/cli' { 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 '@babel/cli/bin/babel-external-helpers' { declare module.exports: any; } declare module '@babel/cli/bin/babel' { declare module.exports: any; } declare module '@babel/cli/lib/babel-external-helpers' { declare module.exports: any; } declare module '@babel/cli/lib/babel/dir' { declare module.exports: any; } declare module '@babel/cli/lib/babel/file' { declare module.exports: any; } declare module '@babel/cli/lib/babel' { declare module.exports: any; } declare module '@babel/cli/lib/babel/options' { declare module.exports: any; } declare module '@babel/cli/lib/babel/util' { declare module.exports: any; } // Filename aliases declare module '@babel/cli/bin/babel-external-helpers.js' { declare module.exports: $Exports<'@babel/cli/bin/babel-external-helpers'>; } declare module '@babel/cli/bin/babel.js' { declare module.exports: $Exports<'@babel/cli/bin/babel'>; } declare module '@babel/cli/index' { declare module.exports: $Exports<'@babel/cli'>; } declare module '@babel/cli/index.js' { declare module.exports: $Exports<'@babel/cli'>; } declare module '@babel/cli/lib/babel-external-helpers.js' { declare module.exports: $Exports<'@babel/cli/lib/babel-external-helpers'>; } declare module '@babel/cli/lib/babel/dir.js' { declare module.exports: $Exports<'@babel/cli/lib/babel/dir'>; } declare module '@babel/cli/lib/babel/file.js' { declare module.exports: $Exports<'@babel/cli/lib/babel/file'>; } declare module '@babel/cli/lib/babel/index' { declare module.exports: $Exports<'@babel/cli/lib/babel'>; } declare module '@babel/cli/lib/babel/index.js' { declare module.exports: $Exports<'@babel/cli/lib/babel'>; } declare module '@babel/cli/lib/babel/options.js' { declare module.exports: $Exports<'@babel/cli/lib/babel/options'>; } declare module '@babel/cli/lib/babel/util.js' { declare module.exports: $Exports<'@babel/cli/lib/babel/util'>; }