DefinitelyTyped/types/is-binary-path/index.d.ts
2017-03-24 14:27:52 -07:00

8 lines
332 B
TypeScript

// Type definitions for is-binary-path 2.0
// Project: https://github.com/sindresorhus/is-binary-path
// Definitions by: Daniel Rosenwasser <https://github.com/DanielRosenwasser>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = is_binary_path;
declare function is_binary_path(filepath: string): boolean;