"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = (arr, start, length) => Buffer.from(arr) .subarray(start, start + length) .toString(); //# sourceMappingURL=v4.js.map