UNPKG

ts-asserts

Version:

The package for assert data in typescript.

6 lines (5 loc) 109 B
/** * * @param input type is any */ export declare function ArrayAssert(input: any): asserts input is [];