Files

3 lines
115 B
TypeScript

export declare function splitAnsi(str: string): string[];
export declare const stripAnsi: (str: string) => string;