UNPKG

typia

Version:

Superfast runtime validators with only one line

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