UNPKG

e2ed

Version:

E2E testing framework over Playwright

6 lines (5 loc) 231 B
import type { LogParams } from '../../types/internal'; /** * Asserts that the value is `never` (throw in any case). */ export declare function assertValueIsNever(value: never, check: string, payload?: LogParams): value is never;