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.cjs
9 lines
(5 loc)
•
175 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
;
Object
.
defineProperty
(
exports
,
'__esModule'
, {
value
:
true
});
const
{
FormData
} = globalThis;
exports
.
FormData
=
FormData
;
//# sourceMappingURL=lib.cjs.map