export const _httpFormDataReadArray = (
  input: any[],
  alternative: null | undefined,
) => (input.length ? input : alternative);
