UNPKG

ts-asserts

Version:

The package for assert data in typescript.

6 lines (5 loc) 116 B
/** * * @param input type is any */ export declare function BooleanAssert(input: any): asserts input is boolean;