Sha256: f7d00090527bcb702c599d5346b98a57ec8612074a81bd61bf2e0342a261af9b
Contents?: true
Size: 283 Bytes
Versions: 21
Compression:
Stored size: 283 Bytes
Contents
import { COLOR } from '../models/common'; export declare const colorString: (color: COLOR, text: string) => string; export default class ColoredConsoleLine { text: string; constructor(); addCharsWithColor(color: COLOR, text: string): void; renderConsole(): string; }
Version data entries
21 entries across 21 versions & 1 rubygems