UNPKG

inversitron

Version:
4 lines 219 B
import { Application } from 'express'; import { Container } from 'inversify'; export declare const app: (container: Container) => (a?: ((app: Application) => void) | undefined) => void; //# sourceMappingURL=app.d.ts.map