mirror of
https://github.com/bewcloud/bewcloud.git
synced 2026-03-11 08:54:49 +00:00
3 lines
317 B
JavaScript
3 lines
317 B
JavaScript
|
|
/* esm.sh - @jsr/std__path@1.1.4/to-file-url */
|
||
|
|
import{isWindows as r}from"/public/js/@jsr/std__internal@^1.0.12/os?target=denonext";import{toFileUrl as i}from"./posix/to-file-url.mjs";import{toFileUrl as l}from"./windows/to-file-url.mjs";function s(o){return r?l(o):i(o)}export{s as toFileUrl};
|
||
|
|
//to-file-url.mjs.map
|