mirror of
https://github.com/bewcloud/bewcloud.git
synced 2026-03-11 08:54:49 +00:00
3 lines
265 B
JavaScript
3 lines
265 B
JavaScript
|
|
/* esm.sh - @jsr/std__internal@1.0.12/os */
|
||
|
|
function t(){let o=globalThis,s=o.Deno?.build?.os;return typeof s=="string"?s==="windows":o.navigator?.platform?.startsWith("Win")??o.process?.platform?.startsWith("win")??!1}var r=t();export{r as isWindows};
|
||
|
|
//os.mjs.map
|