UNPKG

typia

Version:

Superfast runtime validators with only one line

5 lines (4 loc) 150 B
export const _httpQueryReadString = ( str: string | null, ): string | null | undefined => str === null ? undefined : str === "null" ? null : str;