mirror of
https://github.com/soconnor0919/beenpad.git
synced 2026-02-05 08:16:37 -05:00
first commit
This commit is contained in:
8
node_modules/vitest/dist/chunks/env.D4Lgay0q.js
generated
vendored
Normal file
8
node_modules/vitest/dist/chunks/env.D4Lgay0q.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { isCI } from 'std-env';
|
||||
|
||||
const isNode = typeof process < "u" && typeof process.stdout < "u" && !process.versions?.deno && !globalThis.window;
|
||||
const isDeno = typeof process < "u" && typeof process.stdout < "u" && process.versions?.deno !== void 0;
|
||||
const isWindows = (isNode || isDeno) && process.platform === "win32";
|
||||
const isTTY = (isNode || isDeno) && process.stdout?.isTTY && !isCI;
|
||||
|
||||
export { isWindows as a, isTTY as i };
|
||||
Reference in New Issue
Block a user