Skip to content

Commit 0f10077

Browse files
authored
fix: ts declarations that broke dependencies.
2 parents 8d976e1 + 1a2ade7 commit 0f10077

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

src/lib.d.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
export { TextEncoder, TextDecoder }
1+
type Encoder = TextEncoder
2+
type Decoder = TextDecoder
3+
4+
export { Encoder as TextEncoder, Decoder as TextDecoder }

0 commit comments

Comments
 (0)