0.0.3 • Published 9 years ago
is-yarn v0.0.3
is-yarn 
Check if yarn is installed gloabally.
Install
$ npm install -g is-yarn
Usage
const is = require('is-yarn')
is.isyarn()
// Retruns true if yarn is installed
//=> 'true'
Inspiration
This tweet from Kent C. Dodds.
License
MIT © Akash Nimare