Files
vat-api.eu/node_modules/unenv/dist/runtime/node/string_decoder.mjs
2026-02-13 22:02:30 +01:00

4 lines
222 B
JavaScript

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