UNPKG

@augment-vir/assert

Version:

A collection of assertions for test and production code alike.

5 lines (4 loc) 276 B
export type { Falsy, FalsyValue, Truthy } from '../assertions/boolean.js'; export type { CustomOutputAsserter } from '../assertions/output.js'; export type { ErrorMatchOptions } from '../assertions/throws.js'; export type { CanBeEmpty, Empty } from '../assertions/values.js';