| 1 | import { AscInjectSorter, CustomKey, DescPropertySorter, SingletonInjector, Type } from '../src'; |
| 2 | import { TypeFactory, TypeManager, TypeSerializer } from '../src'; |
| 3 | |
| 4 | const rankKey = new CustomKey<number>('rank'); |
nothing calls this directly
no test coverage detected