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