UNPKG

autosnippet

Version:

Extract code patterns into a knowledge base for AI coding assistants

9 lines (8 loc) 312 B
/** * Modules API 路由 — 统一多语言模块扫描 * 替代 spm.js,提供语言无关的模块管理、依赖图、AI 扫描 * * 所有端点通过 container.get('moduleService') 获取 ModuleService 实例 */ declare const router: import("express-serve-static-core").Router; export default router;