socialmedia/node_modules/unenv/dist/runtime/node/string_decoder.mjs
2026-03-03 13:45:56 +05:30

4 lines
222 B
JavaScript

import { notImplementedClass } from "../_internal/utils.mjs";
export const StringDecoder = globalThis.StringDecoder || /* @__PURE__ */ notImplementedClass("string_decoder.StringDecoder");
export default { StringDecoder };