UNPKG

recoder-code

Version:

Complete AI-powered development platform with ML model training, plugin registry, real-time collaboration, monitoring, infrastructure automation, and enterprise deployment capabilities

21 lines (20 loc) 721 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.transformReply = exports.transformArguments = exports.FIRST_KEY_INDEX = void 0; const XAUTOCLAIM_1 = require("./XAUTOCLAIM"); var XAUTOCLAIM_2 = require("./XAUTOCLAIM"); Object.defineProperty(exports, "FIRST_KEY_INDEX", { enumerable: true, get: function () { return XAUTOCLAIM_2.FIRST_KEY_INDEX; } }); function transformArguments(...args) { return [ ...(0, XAUTOCLAIM_1.transformArguments)(...args), 'JUSTID' ]; } exports.transformArguments = transformArguments; function transformReply(reply) { return { nextId: reply[0], messages: reply[1] }; } exports.transformReply = transformReply;