UNPKG

@emvu/react-scripts

Version:

Fork of configuration and scripts for Create React App.

7 lines (5 loc) 139 B
'use strict'; var path = require('path'); module.exports = function (str) { return path.resolve(str) === path.resolve(process.cwd()); };