v2.js 210 B

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