2.0.0 • Published 10 years ago

is-path-global v2.0.0

Weekly downloads
714
License
MIT
Repository
github
Last release
10 years ago

is-path-global Build Status

Check if a path is in PATH

Install

$ npm install --save is-path-global

Usage

const isPathGlobal = require('is-path-global');

isPathGlobal('/bin/sh');
//=> true

isPathGlobal('/home/sirjohndoe');
//=> false

License

MIT © Kevin Mårtensson