UNPKG

ember-cli

Version:

Command line tool for developing ambitious ember.js apps

7 lines (4 loc) 157 B
'use strict'; // eslint-disable-next-line n/no-unpublished-require const which = require('which'); module.exports = which.sync('yarn', { nothrow: true });