Files
bun.sh/src/node-fallbacks/string_decoder.js
2024-10-19 00:23:57 -07:00

7 lines
193 B
JavaScript

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