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

36 lines (31 loc) 1.16 kB
// flow-typed signature: 2af0cae46cb63c567373d0e95b8df5e7 // flow-typed version: <<STUB>>/@babel/plugin-proposal-class-properties_v^7.16.7/flow_v0.130.0 /** * This is an autogenerated libdef stub for: * * '@babel/plugin-proposal-class-properties' * * 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/plugin-proposal-class-properties' { 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/plugin-proposal-class-properties/lib' { declare module.exports: any; } // Filename aliases declare module '@babel/plugin-proposal-class-properties/lib/index' { declare module.exports: $Exports<'@babel/plugin-proposal-class-properties/lib'>; } declare module '@babel/plugin-proposal-class-properties/lib/index.js' { declare module.exports: $Exports<'@babel/plugin-proposal-class-properties/lib'>; }