mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-12-16 09:09:04 +00:00
update
This commit is contained in:
6
node_modules/is-path-cwd/index.js
generated
vendored
Normal file
6
node_modules/is-path-cwd/index.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
'use strict';
|
||||
var path = require('path');
|
||||
|
||||
module.exports = function (str) {
|
||||
return path.resolve(str) === path.resolve(process.cwd());
|
||||
};
|
||||
Reference in New Issue
Block a user