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.node.cjs
13 lines
(7 loc)
•
241 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
'use strict'
;
Object
.
defineProperty
(
exports
,
'__esModule'
, {
value
:
true
});
var
formData =
require
(
'./form-data.cjs'
);
// @ts-check
const
FormData
= formData.
FormData
;
exports
.
FormData
=
FormData
;
//# sourceMappingURL=lib.node.cjs.map