UNPKG

alacritty-theme-switch

Version:
6 lines (5 loc) 221 B
// Copyright 2018-2025 the Deno authors. MIT license. // This module is browser compatible. import { checkWindows } from "./_os.js"; /** Whether the current platform is Windows */ export const isWindows = checkWindows();