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