night-cherry c3c5588342 web project files 1 ヶ月 前
..
index.d.ts c3c5588342 web project files 1 ヶ月 前
index.js c3c5588342 web project files 1 ヶ月 前
license c3c5588342 web project files 1 ヶ月 前
package.json c3c5588342 web project files 1 ヶ月 前
readme.md c3c5588342 web project files 1 ヶ月 前

readme.md

is-path-cwd Build Status

Check if a path is the current working directory

Install

$ npm install is-path-cwd

Usage

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

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

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

License

MIT © Sindre Sorhus