UNPKG

@nodeswork/kiws

Version:

Koa-based Injectable Web Service

6 lines (5 loc) 130 B
import { KoaService } from '../providers'; export declare class CoreModule { private koa; constructor(koa: KoaService); }