index.js 110 Bytes
Newer Older
liang ce committed
1 2 3 4
'use strict';
const path = require('path');

module.exports = path_ => path.resolve(path_) === process.cwd();