wallet-core/node_modules/has-yarn/index.js
2017-05-28 00:40:43 +02:00

6 lines
159 B
JavaScript

'use strict';
const path = require('path');
const fs = require('fs');
module.exports = cwd => fs.existsSync(path.resolve(cwd || process.cwd(), 'yarn.lock'));