ashtuchkin / iconv-lite

Convert character encodings in pure javascript.
MIT License
3.08k stars 282 forks source link

add type definition for getDecoder #229

Closed bordoley closed 4 years ago

bordoley commented 4 years ago

getDecoder is missing from the type definition. It's fairly well used in external projects such as raw-body so I assume it's public api?

ashtuchkin commented 4 years ago

Added, thank you!