turbo-sync/dist/utils/console-colors.d.ts
Benjamin Toby 219db3d88e Updates
2025-01-16 07:12:45 +01:00

4 lines
288 B
TypeScript

declare const colorsArr: readonly ["red", "bright", "dim", "underscore", "blink", "reverse", "hidden", "black", "green", "yellow", "blue", "magenta", "cyan", "white", "gray"];
export default function colors(text: string, type: (typeof colorsArr)[number], bg: boolean): string;
export {};