UNPKG
@web-std/form-data
Version:
latest (3.1.0)
3.1.0
3.0.2
3.0.0
2.1.2
2.1.1
2.1.0
2.0.0
Web API compatible Form Data implementation
github.com/web-std/io
web-std/io
@web-std/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