UNPKG

assertior

Version:

Assertion library with soft assertions

4 lines (3 loc) 253 B
declare function isGreaterThan(expected: number, actual: number, message?: string, _isSoft?: boolean): void; declare function isLessThan(expected: string, actual: string, message?: string, _isSoft?: boolean): void; export { isLessThan, isGreaterThan };