mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-12 22:36:10 +08:00
8 lines
312 B
TypeScript
8 lines
312 B
TypeScript
// Type definitions for is-root-path 1.0
|
|
// Project: https://github.com/sindresorhus/is-root-path#readme
|
|
// Definitions by: Mohamed Hegazy <https://github.com/mhegazy>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
export = is_root_path;
|
|
declare function is_root_path(pth: string): boolean;
|