UNPKG

e2ed

Version:

E2E testing framework over Playwright

7 lines (6 loc) 330 B
import type { Cookie, CookieHeaderString } from '../../types/internal'; /** * Replace one cookie in cookie header string (insert if * such a cookie was not in the string) and return new cookie header string. */ export declare const replaceCookie: (cookieHeaderString: CookieHeaderString, cookie: Cookie) => CookieHeaderString;