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) 362 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.transformArguments = void 0; const generic_transformers_1 = require("./generic-transformers"); function transformArguments(username) { return (0, generic_transformers_1.pushVerdictArguments)(['ACL', 'DELUSER'], username); } exports.transformArguments = transformArguments;