bin-exists
Check if the binary exists on system
Install
$ npm install --save bin-exists
Usage
const binExists = ; // async; ; // syncconsole;//=> true console;//=> false
API
binExists(input)
Returns promise for an input value
binExists.sync(input)
Returns boolean for an input value
input
Type: string
Required: true
Input command name
License
MIT © Guntur Poetra