bewcloud/public/js/@jsr/std__path@1.1.4/denonext/posix/from-file-url.mjs

3 lines
259 B
JavaScript
Raw Permalink Normal View History

/* esm.sh - @jsr/std__path@1.1.4/posix/from-file-url */
import{assertArg as o}from"../_common/from_file_url.mjs";function t(e){return e=o(e),decodeURIComponent(e.pathname.replace(/%(?![0-9A-Fa-f]{2})/g,"%25"))}export{t as fromFileUrl};
//from-file-url.mjs.map