* Gets type options map in static context. * * @returns {ReadonlyMap , TypeOptions >} Type options map.
()
| 240 | * @returns {ReadonlyMap<TypeFn<any>, TypeOptions<any>>} Type options map. |
| 241 | */ |
| 242 | public static get typeOptionsMap(): ReadonlyMap<TypeFn<any>, TypeOptions<any>> |
| 243 | { |
| 244 | return this.staticTypeManager.typeOptionsMap; |
| 245 | } |
| 246 | |
| 247 | /** |
| 248 | * Gets type options map. |
nothing calls this directly
no test coverage detected