index.js 110 B

1234
  1. 'use strict';
  2. const path = require('path');
  3. module.exports = path_ => path.resolve(path_) === process.cwd();