UNPKG

open-collaboration-server

Version:

Open Collaboration Server implementation, part of the Open Collaboration Tools project

8 lines 362 B
import { ContainerModule } from 'inversify'; /** * This is the default dependency injection container module for the Open Collaboration Server. * You can override the default bindings by providing a custom container module for your own server. */ declare const _default: ContainerModule; export default _default; //# sourceMappingURL=inversify-module.d.ts.map