UNPKG

e2ed

Version:

E2E testing framework over Playwright

5 lines (4 loc) 150 B
/** * Removes console (terminal) styles from a string (like `\x1B[3m...`). */ export declare const removeStyleFromString: (text: string) => string;