aswi2020vldc-gitlab/templetes/node_modules/is-path-in-cwd/index.js @ 45073efd
1 |
'use strict'; |
---|---|
2 |
const isPathInside = require('is-path-inside'); |
3 |
|
4 |
module.exports = path => isPathInside(path, process.cwd()); |