init
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export function is_windows() {
|
||||
return (
|
||||
globalThis?.process?.platform === "win32" ||
|
||||
globalThis?.Deno?.build?.os === "windows"
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user