Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
yanggyein
/
yanggyein
/
yang_home
/
node_modules
/
is-path-cwd
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/yanggyein/yanggyein/yang_home/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;