is-path-global

2.0.0 • Public • Published

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

/is-path-global/

    Package Sidebar

    Install

    npm i is-path-global

    Weekly Downloads

    130

    Version

    2.0.0

    License

    MIT

    Last publish

    Collaborators

    • kevva