UNPKG

@types/cli-color

Version:
6 lines (5 loc) 258 B
/** * Create a text-graphical art. Within *styleConf*, string replacements needs to be defined, which are then used to convert *text* to styled graphical text. */ declare function art(text: string, styleConf: Record<string, string>): string; export = art;