sharedCachedUtf8Decoder.js 251 B

12345
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. const CachedUtf8Decoder_1 = require("./CachedUtf8Decoder");
  4. exports.default = new CachedUtf8Decoder_1.CachedUtf8Decoder();
  5. //# sourceMappingURL=sharedCachedUtf8Decoder.js.map