UNPKG

assertior

Version:

Assertion library with soft assertions

4 lines (3 loc) 224 B
declare function postAssertCall(resulter: any, message: any, expected: any, _isSoft: any, actual?: any): void; declare function _initStepDeclarator(stepDeclarator: any): void; export { postAssertCall, _initStepDeclarator };