UNPKG

earljs

Version:

Ergonomic, modern and type-safe assertion library

12 lines (11 loc) 454 B
export { AMatcher } from './A'; export { AnythingMatcher } from './Anything'; export { ArrayWithMatcher } from './ArrayWith'; export { Matcher } from './Base'; export * from './booleans'; export { ContainerWithMatcher } from './ContainerWith'; export { ErrorMatcher } from './Error'; export { NumberCloseToMatcher } from './NumberCloseTo'; export * from './numbers'; export * from './optionals'; export { StringMatchingMatcher } from './StringMatching';