Sha256: 9e19ab6a3016a6726c0ef05cef39460d3a97ffdf3aca04aeeebbf7d51eeec1be
Contents?: true
Size: 523 Bytes
Versions: 6
Compression:
Stored size: 523 Bytes
Contents
# is-path-in-cwd [](https://travis-ci.org/sindresorhus/is-path-in-cwd) > Check if a path is in the [current working directory](http://en.wikipedia.org/wiki/Working_directory) ## Install ```sh $ npm install --save is-path-in-cwd ``` ## Usage ```js var isPathInCwd = require('is-path-in-cwd'); isPathInCwd('unicorn'); //=> true isPathInCwd('../rainbow'); //=> false ``` ## License MIT © [Sindre Sorhus](http://sindresorhus.com)
Version data entries
6 entries across 6 versions & 4 rubygems