HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1784574/root/usr/share/node_modules/is-path-cwd/
Upload File :
Current File : //proc/1784574/root/usr/share/node_modules/is-path-cwd/index.d.ts
/**
Check if a path is the [current working directory](https://en.wikipedia.org/wiki/Working_directory).

@example
```
import isPathCwd = require('is-path-cwd');

isPathCwd(process.cwd());
//=> true

isPathCwd('unicorn');
//=> false
```
*/
declare function isPathCwd(path: string): boolean;

export = isPathCwd;