npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

is-path-cwd

4.0.1

@sindresorhus

npmHomeRepoSnykSocket
Downloads:33393366
$ npm install is-path-cwd
DailyWeeklyMonthlyYearly

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