UNPKG

earljs

Version:

Ergonomic, modern and type-safe assertion library

4 lines (3 loc) 156 B
import { Control } from '../../Control'; import { Mock } from '../../mocks'; export declare function toBeExhausted(control: Control<Mock<any, any>>): void;