npm.io
3.0.0 • Published 5 years ago

is-root-path

Licence
MIT
Version
3.0.0
Deps
0
Size
3 kB
Vulns
0
Weekly
0
Stars
10

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

Keywords