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
/
src
/
lib.node.js
7 lines
(4 loc)
•
113 B
JavaScript
View Raw
1
2
3
4
5
6
7
// @ts-check
"use strict"
import
*
as
polyfill
from
"./form-data.js"
export
const
FormData
= polyfill.
FormData