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

Made by Antonio Ramirez

is-path-global

2.0.0

@kevva

npmHomeRepoSnykSocket
Downloads:765
$ npm install is-path-global
DailyWeeklyMonthlyYearly

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