files-pipe
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "files-pipe", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"homepage": "https://github.com/baxast/files-pipe#readme", | ||
@@ -23,4 +23,4 @@ "bugs": { | ||
"devDependencies": { | ||
"baxast": "0.0.9" | ||
"baxast": "0.0.10" | ||
} | ||
} |
@@ -1,1 +0,1 @@ | ||
import o from"../Apply.js";var p=async(a,e)=>{const n=await o(t=>t.endsWith("/")?t:`${t}/`,await o(t=>t instanceof URL?n(t):t,a));if(n instanceof Map)for(const[t,i]of n)e.set(t,i);else e.set(n,n);return e};export{p as default}; | ||
import{fileURLToPath as s}from"url";import a from"../Apply.js";var r=async(e,o)=>{const n=await a(t=>t.endsWith("/")?t:`${t}/`,await a(t=>t instanceof URL?s(t):t,e));if(n instanceof Map)for(const[t,i]of n)o.set(t,i);else o.set(n,n);return o};export{r as default}; |
8729