UNPKG

@augment-vir/assert

Version:

A collection of assertions for test and production code alike.

13 lines (12 loc) 585 B
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/diff.error.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';