UNPKG

e2ed

Version:

E2E testing framework over Playwright

6 lines (5 loc) 179 B
import type { CookieHeaderString } from '../../types/internal'; /** * Get current document cookie. */ export declare const getDocumentCookie: () => Promise<CookieHeaderString>;