UNPKG

@nova-ts/context

Version:

A TypeScript library for Dependency Injection

8 lines (6 loc) 129 B
/** * * The lifeCycly hook for the Component */ declare function PostConstruct(): MethodDecorator; export { PostConstruct };