UNPKG

@qualifyze/airtable-formulator

Version:
2 lines (1 loc) 108 B
export declare function checkArray<U, T extends U>(arr: readonly U[], check: (n: U) => n is T): arr is T[];