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
/
chunk-WIUZQ3FQ.js
8 lines
(7 loc)
•
225 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
// src/Container/ApplicationContext.ts
import
{
Container
}
from
"inversify"
;
var
ApplicationContext
=
new
Container
({
defaultScope
:
"Singleton"
});
export
{
ApplicationContext
};
//# sourceMappingURL=chunk-WIUZQ3FQ.js.map