UNPKG

autocolor.js

Version:

Automatically colors your output!

8 lines (7 loc) 223 B
import Keyword from "../Keyword"; export default class KwWaiting extends Keyword { shouldMatch: string[]; shouldNotMatch: string[]; check(input: string): boolean; getColored(input: string): string; }