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

Made by Antonio Ramirez

is-root-path

3.0.0

@sindresorhus

npmHomeRepoSnykSocket
Downloads:15
$ npm install is-root-path
DailyWeeklyMonthlyYearly

is-root-path

Check if a path is the root path. Example: / or C:\

Install

$ npm install is-root-path

Usage

import isRootPath from 'is-root-path';

isRootPath('/');
//=> true

isRootPath('/Users');
//=> false