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 e9e74e2 commit 1a2ade7Copy full SHA for 1a2ade7
src/lib.d.ts
@@ -1 +1,4 @@
1
-export { TextEncoder, TextDecoder }
+type Encoder = TextEncoder
2
+type Decoder = TextDecoder
3
+
4
+export { Encoder as TextEncoder, Decoder as TextDecoder }
0 commit comments