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

9 lines (8 loc) 367 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.transformArguments = void 0; const generic_transformers_1 = require("./generic-transformers"); function transformArguments(slots) { return (0, generic_transformers_1.pushVerdictNumberArguments)(['CLUSTER', 'ADDSLOTS'], slots); } exports.transformArguments = transformArguments;