UNPKG

mira-app-server

Version:

Mira Server - standalone server application using mira-app-core

6 lines 167 B
/** * 系统模块命令 */ import { Command } from 'commander'; export declare function registerSystem(program: Command): void; //# sourceMappingURL=system.d.ts.map