| 1 | import type { IDependable } from './dependency'; |
| 2 | import { Dependable } from './dependency'; |
| 3 | import type { MetadataEntry } from './metadata'; |
| 4 | import type { IMixin } from './mixin'; |
nothing calls this directly
no outgoing calls
no test coverage detected