mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-12 19:59:02 +08:00
8 lines
313 B
TypeScript
8 lines
313 B
TypeScript
// Type definitions for is-path-in-cwd 1.0
|
|
// Project: https://github.com/sindresorhus/is-path-in-cwd
|
|
// Definitions by: Mohamed Hegazy <https://github.com/mhegazy>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
export = is_path_in_cwd;
|
|
declare function is_path_in_cwd(str: string): boolean;
|