UNPKG

autocolor.js

Version:

Automatically colors your output!

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