mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Added declarations for 'is-binary-path'. * Ensure 'is-binary-path' returns a 'boolean'.
8 lines
332 B
TypeScript
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;
|