@augment-vir/assert
Version:
A collection of assertions for test and production code alike.
6 lines (5 loc) • 400 B
TypeScript
export type { Falsy, FalsyValue, Truthy } from '../assertions/boolean.js';
export type { CombineTypeWithKey, CombinedParentValue, ExtractValue, WithDefinedProperties, } from '../assertions/keys.js';
export type { CustomOutputAsserter } from '../assertions/output.js';
export type { ErrorMatchOptions } from '../assertions/throws.js';
export type { CanBeEmpty, Empty } from '../assertions/values.js';