UNPKG

typia

Version:

Superfast runtime validators with only one line

5 lines (4 loc) 129 B
export const _httpQueryReadArray = ( input: any[], alternative: null | undefined, ) => (input.length ? input : alternative);