1.0.3 • Published 5 years ago

async-which v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

async-which

Find binary executable path

0-dependancy TS async cross-platform utility to find path of executable

Install

NPM

npm i async-which

Yarn

yarn add async-which

Usage

import which from "async-which"

(async () => {
    const pathToBin = await which('node')
    console.log(pathToBin) // /Users/user/.nvm/versions/node/v8.10.0/bin/node
})()
1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago