Sha256: 1d3fa044ddfd699b7a9200916287ed158f95d96fd58a3e512dac039972b3ce4d
Contents?: true
Size: 474 Bytes
Versions: 12
Compression:
Stored size: 474 Bytes
Contents
# is-path-cwd [![Build Status](https://travis-ci.org/sindresorhus/is-path-cwd.svg?branch=master)](https://travis-ci.org/sindresorhus/is-path-cwd) > Check if a path is [CWD](http://en.wikipedia.org/wiki/Working_directory) ## Install ```sh $ npm install --save is-path-cwd ``` ## Usage ```js var isPathCwd = require('is-path-cwd'); isPathCwd(process.cwd()); //=> true isPathCwd('unicorn'); //=> false ``` ## License MIT © [Sindre Sorhus](http://sindresorhus.com)
Version data entries
12 entries across 12 versions & 7 rubygems