forked from enviPath/enviPy
Current Dev State
This commit is contained in:
6
static/js/ketcher2/node_modules/is-path-in-cwd/index.js
generated
vendored
Normal file
6
static/js/ketcher2/node_modules/is-path-in-cwd/index.js
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
'use strict';
|
||||
var isPathInside = require('is-path-inside');
|
||||
|
||||
module.exports = function (str) {
|
||||
return isPathInside(str, process.cwd());
|
||||
};
|
||||
Reference in New Issue
Block a user