Clarify node-fallbacks

This commit is contained in:
Jarred Sumner
2024-10-19 00:23:57 -07:00
parent fe45b1e9b9
commit 4b63ffeceb
24 changed files with 131 additions and 0 deletions

View File

@@ -1 +1,6 @@
/**
* Browser polyfill for the `"string_decoder"` module.
*
* Imported on usage in `bun build --target=browser`
*/
export { StringDecoder, StringDecoder as default } from "string_decoder";