Files
DefinitelyTyped/types/is-path-cwd/index.d.ts
Andy b6c343f2b3 Apply new lint rules to yet more packages (#15548)
* Apply new lint rules to yet more packages

* Fix leaflet lint
2017-03-31 11:01:26 -07:00

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;