UNPKG

types-testing

Version:

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

5 lines (4 loc) 134 B
export type * from './definitions'; export * from './blueprints'; export * from './instances'; export { default } from './instances';