UNPKG

types-testing

Version:

Test TypeScript types at test runner runtime - Works seamlessly with Jest, Vitest, and Bun.

8 lines (7 loc) 133 B
import type { Void } from './void'; /** * @internal */ export type NotProvided = Void<{ __typesTesting_notProvided: never; }>;