Skip to content

kevva/is-path-global

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Check if a path is in PATH

Resources

License

Stars

Watchers

Forks

Packages

No packages published