is-path-cwd

Check if a path is the current working directory

MIT 8 个版本
安装
npm install is-path-cwd
yarn add is-path-cwd
pnpm add is-path-cwd
bun add is-path-cwd
README

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
版本列表
4.0.1 2025-05-10
4.0.0 2025-05-10
3.0.0 2021-08-11
2.2.0 2019-07-05
2.1.0 2019-04-20
2.0.0 2018-03-22
1.0.0 2014-08-14
0.1.0 2014-06-19