UNPKG

@nodeswork/kiws

Version:

Koa-based Injectable Web Service

7 lines (6 loc) 139 B
/** * Bootstrap series modules. */ export declare function bootstrap(modules?: any | any[], options?: { noStart?: boolean; }): void;