index.js 123 B

12345
  1. 'use strict';
  2. const isPathInside = require('is-path-inside');
  3. module.exports = path => isPathInside(path, process.cwd());