UNPKG

typia

Version:

Superfast runtime validators with only one line

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