UNPKG

e2ed

Version:

E2E testing framework over Playwright

5 lines (4 loc) 163 B
/** * Trims semicolons and whitespace from the end of the string (for cookie values). */ export declare const trimSemicolonsAtTheEnd: (value: string) => string;