Fix browser bundled string_decoder (#3693)

* Fix #3660

* doc fix
This commit is contained in:
dave caruso
2023-07-19 17:37:20 -07:00
committed by GitHub
parent 9b6dc49575
commit dd58508684
3 changed files with 29 additions and 4 deletions

View File

@@ -1,2 +1 @@
export * from "string_decoder";
export * as default from "string_decoder";
export { StringDecoder, StringDecoder as default } from "string_decoder";