UNPKG

typia

Version:

Superfast runtime validators with only one line

9 lines (8 loc) 202 B
export const _httpHeaderReadBoolean = (value: string | undefined) => value !== undefined ? value === "true" ? true : value === "false" ? false : value : undefined;