UNPKG

earljs

Version:

Ergonomic, modern and type-safe assertion library

4 lines (3 loc) 175 B
import { Control } from '../Control'; export declare function toBeTruthy(control: Control<unknown>): void; export declare function toBeFalsy(control: Control<unknown>): void;