UNPKG

@nova-ts/context

Version:

A TypeScript library for Dependency Injection

10 lines (7 loc) 220 B
import { Container } from 'inversify'; /** It is a wrapper around the "inversify" container with global context across the application */ declare const ApplicationContext: Container; export { ApplicationContext };