We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f4f60 commit 4e352b3Copy full SHA for 4e352b3
lib/Encoder.test.ts renamed to lib/FormDataEncoder.test.ts
@@ -14,7 +14,7 @@ import readStream from "./__helper__/readStream"
14
import skip from "./__helper__/skipIterations"
15
import readLine from "./__helper__/readLine"
16
17
-import {FormDataEncoder} from "./Encoder"
+import {FormDataEncoder} from "./FormDataEncoder"
18
19
test("Has boundary string", t => {
20
const encoder = new FormDataEncoder(new FormData())
lib/Encoder.ts renamed to lib/FormDataEncoder.ts
lib/index.ts
@@ -1,6 +1,6 @@
1
+export * from "./FormDataEncoder"
2
export * from "./FormDataLike"
3
export * from "./FileLike"
-export * from "./Encoder"
4
5
export {default as isFileLike} from "./util/isFile"
6
export {default as isFormDataLike} from "./util/isFormData"
0 commit comments