UNPKG

typia

Version:

Superfast runtime validators with only one line

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