Updates
This commit is contained in:
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
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 {};
|
||||
Reference in New Issue
Block a user