znv
Version:
Parse your environment with Zod schemas
8 lines (7 loc) • 371 B
TypeScript
export declare const isColorSupported: boolean;
export declare const red: (str: unknown) => string;
export declare const green: (str: unknown) => string;
export declare const yellow: (str: unknown) => string;
export declare const blue: (str: unknown) => string;
export declare const magenta: (str: unknown) => string;
export declare const cyan: (str: unknown) => string;