Gozala / web-encoding

TextEncoder and TextDecoder APIs from Encoding Standard APIs in a universal package
10 stars 6 forks source link

Fix/ts declarations #8

Closed AuHau closed 4 years ago

AuHau commented 4 years ago

I have employed the same trick as you did for NodeJS and now it compiles without an issue :-)

Closes #7

Gozala commented 4 years ago

Thanks @AuHau for fixing this, and getting typedefs generated for uint8arrays as well! Can't wait for things to propagate and my editor to start using all this info.