UNPKG

4.5

Version:

Monadic test assertions

7 lines (6 loc) 203 B
import { Assertion } from '../types'; /** * Convert lazy assertions into eager assertions. * If an Assertion fails throws an Error. */ export declare function assert(assertion: Assertion<any>): void;