UNPKG

core-mvc

Version:

Simple but powerful MVC framework for NodeJS.

9 lines 328 B
import { Container } from 'inversify'; export declare const initializeControllers: (container: Container) => void; export declare const retrieveTasks: (container: Container) => { name: string | symbol; run: (...args: unknown[]) => any; controller: any; instance: any; }[]; //# sourceMappingURL=lifecycle.d.ts.map