UNPKG
@nova-ts/context
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
A TypeScript library for Dependency Injection
github.com/Inbanithi107/NovaTS
@nova-ts/context
/
dist
/
Container
/
ApplicationContext.d.ts
10 lines
(7 loc)
•
220 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
Container
}
from
'inversify'
;
/** It is a wrapper around the "inversify" container with global context across the application */
declare
const
ApplicationContext
:
Container
;
export
{
ApplicationContext
};