/**
 * Minified by jsDelivr using Terser v5.39.0.
 * Original file: /npm/cached-path-relative@1.1.0/lib/index.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
var path=require("path"),relative=path.relative,lastCwd=process.cwd(),cache=Object.create(null);function cachedPathRelative(e,c){var a=process.cwd();if(a!==lastCwd&&(cache=Object.create(null),lastCwd=a),cache[e]&&cache[e][c])return cache[e][c];var t=relative.call(path,e,c);return cache[e]=cache[e]||Object.create(null),cache[e][c]=t,t}module.exports=cachedPathRelative;
//# sourceMappingURL=/sm/853d58678c163361dc6677a64a5a2644a1d5662749195b75081e9ea261e428b9.map