UNPKG

routing-controllers

Version:

Create structured, declarative and beautifully organized class-based controllers with heavy decorators usage for Express / Koa using TypeScript.

5 lines (4 loc) 173 B
/** * Loads all exported classes from the given directory. */ export declare function importClassesFromDirectories(directories: string[], formats?: string[]): Function[];