UNPKG

@bemedev/cli-test

Version:

A library for testing CLI libraries (INCEPTION !!)

14 lines (10 loc) 306 B
'use strict'; var fs = require('fs'); var helpers_getSetupFile = require('./getSetupFile.cjs'); const exists = () => { const path = helpers_getSetupFile.getSetupFile(); const check = fs.existsSync(path); return { check, path }; }; exports.exists = exists; //# sourceMappingURL=exist.cjs.map