UNPKG

typia

Version:

Superfast runtime validators with only one line

6 lines (5 loc) 278 B
//#region src/internal/_httpFormDataReadBlob.ts const _httpFormDataReadBlob = (input) => input instanceof Blob ? input : input === null ? void 0 : input === "null" ? null : input; //#endregion export { _httpFormDataReadBlob }; //# sourceMappingURL=_httpFormDataReadBlob.mjs.map