UNPKG

e2ed

Version:

E2E testing framework over Playwright

6 lines (5 loc) 232 B
import type { LogParams } from '../../types/internal'; /** * Asserts that the value is string. */ export declare function assertValueIsString<Type>(value: Type, check: string, payload?: LogParams): asserts value is Type & string;