UNPKG

@bearz/ansi

Version:

The ansi module provides color detection, writing ansi, codes, and an ansi writer.

6 lines (4 loc) 227 B
export declare const globals: typeof globalThis & Record<string, any>; export declare const WINDOWS: boolean; export declare const DARWIN: boolean; export declare function loadOsModule(): typeof import("node:os") | undefined;