UNPKG

e2ed

Version:

E2E testing framework over Playwright

6 lines (5 loc) 212 B
import type { SameSite } from '../../types/internal'; /** * Asserts that the string is cookie's sameSite property. */ export declare function assertStringIsSameSite(string: string): asserts string is SameSite;