UNPKG

@nodeswork/kiws

Version:

Koa-based Injectable Web Service

10 lines (9 loc) 264 B
import { ModuleService } from '../providers'; import { InjectionMetadata } from '../injection'; export declare class ServiceHandler { private modules; constructor(modules: ModuleService); structure(): { providers: InjectionMetadata[]; }; }