codeql-action/node_modules/ava/node_modules/is-path-cwd
2023-01-18 21:00:07 +00:00
..
index.d.ts Bump packages to fix linter 2023-01-18 21:00:07 +00:00
index.js Bump packages to fix linter 2023-01-18 21:00:07 +00:00
license Bump packages to fix linter 2023-01-18 21:00:07 +00:00
package.json Bump packages to fix linter 2023-01-18 21:00:07 +00:00
readme.md Bump packages to fix linter 2023-01-18 21:00:07 +00:00

is-path-cwd

Check if a path is the current working directory

Install

$ npm install is-path-cwd

Usage

import isPathCwd from 'is-path-cwd';

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

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

Get professional support for this package with a Tidelift subscription
Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies.