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) 353 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.transformArguments = exports.IS_READ_ONLY = void 0; exports.IS_READ_ONLY = true; function transformArguments(section) { const args = ['INFO']; if (section) { args.push(section); } return args; } exports.transformArguments = transformArguments;