index.js 123 B

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