UNPKG
@remix-run/web-form-data
Version:
latest (3.1.0)
pre (3.1.0-pre.0)
3.1.0
3.1.0-pre.0
3.0.5
3.0.4
3.0.3
3.0.2
Web API compatible Form Data implementation
github.com/remix-run/web-std-io
remix-run/web-std-io
@remix-run/web-form-data
/
dist
/
src
/
lib.d.ts
5 lines
•
142 B
TypeScript
View Raw
1
2
3
4
5
export
const
FormData: {
new
(form?: HTMLFormElement | undefined): FormData; prototype: FormData; };
//# sourceMappingURL=lib.d.ts.map