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

15 lines (13 loc) 291 B
const { applyExtends, cjsPlatformShim, Parser, processArgv, } = require('../build/index.cjs'); module.exports = { applyExtends: (config, cwd, mergeExtends) => { return applyExtends(config, cwd, mergeExtends, cjsPlatformShim); }, hideBin: processArgv.hideBin, Parser, };