| 1 | import { Injectable, InjectProperty, isInjectable, getPropertyInjectMetadata, createInstance, registerInjectable } from '../../src/Core/DI'; |
| 2 | import { ServiceContainer } from '../../src/Core/ServiceContainer'; |
| 3 | import type { IService } from '../../src/Core/ServiceContainer'; |
| 4 |
nothing calls this directly
no test coverage detected