xusl 2be7077787 初始化 vor 1 Jahr
..
index.d.ts 2be7077787 初始化 vor 1 Jahr
index.js 2be7077787 初始化 vor 1 Jahr
license 2be7077787 初始化 vor 1 Jahr
package.json 2be7077787 初始化 vor 1 Jahr
readme.md 2be7077787 初始化 vor 1 Jahr

readme.md

is-path-in-cwd Build Status

Check if a path is in the current working directory

Install

$ npm install is-path-in-cwd

Usage

const isPathInCwd = require('is-path-in-cwd');

isPathInCwd('unicorn');
//=> true

isPathInCwd('../rainbow');
//=> false

isPathInCwd('.');
//=> false

License

MIT © Sindre Sorhus