All files / internal / os.ts

100.00% Branches 0/0
100.00% Lines 2/2
1
2
3
4
5
6
7
 
 
 
x105
 
 
x105





// Copyright 2018-2025 the Deno authors. MIT license.
// This module is browser compatible.

import { checkWindows } from "./_os.ts";

/** Whether the current platform is Windows */
export const isWindows: boolean = checkWindows();