index.js 110 Bytes Edit 1 2 3 4 'use strict'; const path = require('path'); module.exports = path_ => path.resolve(path_) === process.cwd();