UNPKG

flow-declarations

Version:

High quality type declarations for flow.js

7 lines (6 loc) 140 B
declare module 'is-directory' { declare module .exports: { (path: string, cb: Function): void; sync(path: string): boolean; } }