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

13 lines (12 loc) 413 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.transformArguments = exports.FIRST_KEY_INDEX = void 0; exports.FIRST_KEY_INDEX = 2; function transformArguments(key, group, id, options) { const args = ['XGROUP', 'CREATE', key, group, id]; if (options?.MKSTREAM) { args.push('MKSTREAM'); } return args; } exports.transformArguments = transformArguments;