UNPKG

@plugjs/plug

Version:
5 lines (4 loc) 198 B
/** A {@link RegExp} matching ANSI escapes */ export declare const ansiRegExp: RegExp; /** Strip ANSI characters (colors) from a string */ export declare function stripAnsi(string: string): string;