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