UNPKG

typia

Version:

Superfast runtime validators with only one line

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