UNPKG

koa-springboot

Version:
13 lines (12 loc) 299 B
import * as Router from 'koa-router'; export default class Scanner { static controllerPath: Array<string>; static modelPath: Array<string>; router: Router; models: any; debug: boolean; enableLog(): void; scan(): void; private scanController; private scanModel; }