@augment-vir/assert
Version:
A collection of assertions for test and production code alike.
12 lines (11 loc) • 543 B
TypeScript
export { type Primitive } from 'type-fest';
export * from './augments/assertion-exports.js';
export * from './augments/assertion.error.js';
export * from './augments/custom-equality.js';
export * from './augments/guards/assert-wrap.js';
export * from './augments/guards/assert.js';
export * from './augments/guards/check-wrap.js';
export * from './augments/guards/check.js';
export * from './augments/guards/wait-until.js';
export * from './augments/if-equals.js';
export { type WaitUntilOptions } from './guard-types/wait-until-function.js';