v11.js 240 B

12345
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. const utf8Slice = Buffer.prototype.utf8Slice;
  4. exports.default = (buf, start, length) => utf8Slice.call(buf, start, start + length);
  5. //# sourceMappingURL=v11.js.map