| Total Complexity | 0 |
| Complexity/F | 0 |
| Lines of Code | 7 |
| Function Count | 0 |
| Duplicated Lines | 0 |
| Ratio | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | 8 | import { Hook } from './Hook'; |
|
| 2 | |||
| 3 | 8 | export const Setup = Hook('init'); |
|
| 4 | 8 | export const PostConstruct = Hook('init'); |
|
| 5 | 8 | export const Shutdown = Hook('exit'); |
|
| 6 | export const PreDestroy = Hook('exit'); |
||
| 7 |