UNPKG

@tezx/test

Version:

File-based HTTP router for Node, Bun, and Deno with support for dynamic routes, middleware, static files, and WebSocket — built for TezX.

23 lines (22 loc) 494 B
export declare const COLORS: { reset: string; bold: string; underline: string; gray: string; white: string; black: string; red: string; green: string; yellow: string; blue: string; magenta: string; cyan: string; bgRed: string; bgGreen: string; bgYellow: string; bgBlue: string; bgMagenta: string; bgCyan: string; bgWhite: string; }; export declare function colorText(text: string, color: keyof typeof COLORS): string;