UNPKG

autocolor.js

Version:

Automatically colors your output!

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