UNPKG

flow-declarations

Version:

High quality type declarations for flow.js

6 lines (4 loc) 151 B
declare module 'async-busboy' { declare function asyncBusboy(req: Object, options: Object): Promise<void>; declare module.exports: asyncBusboy; }