Home
last modified time | relevance | path

Searched defs:thePath (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/npm/node_modules/path-is-inside/lib/
Dpath-is-inside.js5 module.exports = function (thePath, potentialParent) { argument
23 function stripTrailingSep(thePath) { argument