UNPKG

typia

Version:

Superfast runtime validators with only one line

11 lines (9 loc) 275 B
const _httpFormDataReadString = (input) => input instanceof File ? input : input === null ? undefined : input === "null" ? null : input; export { _httpFormDataReadString }; //# sourceMappingURL=_httpFormDataReadString.mjs.map