View Source
Transforms an uploaded file into the value stored in the parsed FormData.
interface FileUploadHandler { ( file: FileUpload, ): string | void | Blob | Promise<string | void | Blob | null> | null; }