UNPKG

e2ed

Version:

E2E testing framework over Playwright

6 lines (5 loc) 114 B
import type { Brand } from './brand'; /** * Tab with page (in test). */ export type Tab = Brand<object, 'Tab'>;