Pinned Loading
-
A TypedFormData class extending the ...
A TypedFormData class extending the native FormData. 1type TypedFormDataValue<T, K extends keyof T> = T[K] extends infer V
2? V extends string | Blob
3? V
4: V extends (infer E)[]
5? E extends string | Blob
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.