feige
9 天以前 1eb1522eb39f58603155302f072e2ead3045d2ef
1
2
3
4
'use strict';
const isPathInside = require('is-path-inside');
 
module.exports = path => isPathInside(path, process.cwd());