UNPKG

earljs

Version:

Ergonomic, modern and type-safe assertion library

3 lines (2 loc) 122 B
import { Control } from '../Control'; export declare function toThrow(control: Control<() => void>, expected: any): void;