UNPKG

flow-declarations

Version:

High quality type declarations for flow.js

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