UNPKG

flow-declarations

Version:

High quality type declarations for flow.js

9 lines (8 loc) 266 B
declare module isbinaryfile { declare module.exports: { (filepath: string, callback: Function): void; (filepath: string, size: number, callback: Function): void; sync(filepath: string): boolean; sync(filepath: string, size: number): boolean; } }