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

19 lines (18 loc) 530 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.transformReply = exports.transformArguments = void 0; function transformArguments(username) { return ['ACL', 'GETUSER', username]; } exports.transformArguments = transformArguments; function transformReply(reply) { return { flags: reply[1], passwords: reply[3], commands: reply[5], keys: reply[7], channels: reply[9], selectors: reply[11] }; } exports.transformReply = transformReply;