blob: 6a2646cae1be581c118d29a495ea32f22f536c92 [file] [log] [blame]
'use strict';
const isPathInside = require('is-path-inside');
module.exports = path => isPathInside(path, process.cwd());