UNPKG

@plugjs/plug

Version:
5 lines 232 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; //# sourceMappingURL=ansi.d.ts.map