UNPKG

earljs

Version:

Ergonomic, modern and type-safe assertion library

6 lines (5 loc) 282 B
export { Expect, expect, Expect as ExpectInterface } from './expect'; export { Expectation, ExpectationOptions } from './Expectation'; export type { SmartEqRules } from './isEqual/rules'; export { Mock, mockFn } from './mocks'; export type { Validators } from './validators/types';