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