UNPKG

typia

Version:

Superfast runtime validators with only one line

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