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-HTSMOMYD.js
12 lines
(11 loc)
•
290 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
// src/Decorators/PostConstruct.ts
import
{ postConstruct }
from
"inversify"
;
function
PostConstruct
(
) {
return
function
(
target, propertyKey, descriptor
) {
postConstruct
()(target, propertyKey, descriptor); }; }
export
{
PostConstruct
};
//# sourceMappingURL=chunk-HTSMOMYD.js.map