UNPKG

4.5

Version:

Monadic test assertions

3 lines (2 loc) 102 B
import { Assertion } from '../types'; export declare function throws(f: () => any): Assertion<Error>;