UNPKG

115 BTypeScriptView Raw
1export declare const COLORS: Array<(s: string) => string>;
2export default function colorize(line: string): string;