mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-31 02:34:28 +00:00
8 lines
310 B
TypeScript
8 lines
310 B
TypeScript
// Type definitions for is-text-path 1.0
|
|
// Project: https://github.com/sindresorhus/is-text-path
|
|
// Definitions by: Mohamed Hegazy <https://github.com/mhegazy>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
export = is_text_path;
|
|
declare function is_text_path(filepath: string): boolean;
|