elearning/Frontend-Learner/node_modules/unenv/dist/runtime/node/string_decoder.mjs

4 lines
222 B
JavaScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
import { notImplementedClass } from "../_internal/utils.mjs";
export const StringDecoder = globalThis.StringDecoder || /* @__PURE__ */ notImplementedClass("string_decoder.StringDecoder");
export default { StringDecoder };