UNPKG

types-testing

Version:

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

5 lines (4 loc) 53 B
/** * @internal */ export type Void<_> = void & _;