Files
old-slucajna-televizija/web/node_modules/is-path-cwd
2017-10-16 11:19:46 +02:00
..
2017-10-16 11:19:46 +02:00
2017-10-16 11:19:46 +02:00

is-path-cwd Build Status

Check if a path is CWD

Install

$ npm install --save is-path-cwd

Usage

var isPathCwd = require('is-path-cwd');

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

isPathCwd('unicorn');
//=> false

License

MIT © Sindre Sorhus