UNPKG

@easy-koa/shared

Version:

7 lines (6 loc) 161 B
import { Services } from './services'; export interface InitOptions { getter(key: string): any; service(key: string): Services; names(): string[]; }