mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-22 20:37:58 +08:00
8 lines
312 B
TypeScript
8 lines
312 B
TypeScript
// Type definitions for is-path-cwd 1.0
|
|
// Project: https://github.com/sindresorhus/is-path-cwd
|
|
// Definitions by: Daniel Rosenwasser <https://github.com/DanielRosenwasser>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
declare function isPathCwd(path: string): boolean;
|
|
export = isPathCwd;
|