UNPKG

e2ed

Version:

E2E testing framework over Playwright

6 lines (5 loc) 168 B
import type { Brand } from './brand'; /** * UTC POSIX time value in ms, like Date.now(), or 1639227198248. */ export type UtcTimeInMs = Brand<number, 'UtcTimeInMs'>;