MCPcopy
hub / github.com/Marak/colors.js / String

Interface String

index.d.ts:95–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93
94declare global {
95 interface String {
96 strip: string;
97 stripColors: string;
98
99 black: string;
100 red: string;
101 green: string;
102 yellow: string;
103 blue: string;
104 magenta: string;
105 cyan: string;
106 white: string;
107 gray: string;
108 grey: string;
109
110 bgBlack: string;
111 bgRed: string;
112 bgGreen: string;
113 bgYellow: string;
114 bgBlue: string;
115 bgMagenta: string;
116 bgCyan: string;
117 bgWhite: string;
118
119 reset: string;
120 // @ts-ignore
121 bold: string;
122 dim: string;
123 italic: string;
124 underline: string;
125 inverse: string;
126 hidden: string;
127 strikethrough: string;
128
129 rainbow: string;
130 zebra: string;
131 america: string;
132 trap: string;
133 random: string;
134 zalgo: string;
135 }
136}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected