UNPKG

autocolor.js

Version:

Automatically colors your output!

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