* Gets type options base in static context. * * @returns {Readonly >} Type options base.
()
| 211 | * @returns {Readonly<TypeOptionsBase<any>>} Type options base. |
| 212 | */ |
| 213 | public static get typeOptionsBase(): Readonly<TypeOptionsBase<any>> |
| 214 | { |
| 215 | return this.staticTypeManager.typeOptionsBase; |
| 216 | } |
| 217 | |
| 218 | /** |
| 219 | * Gets type options base. |
nothing calls this directly
no test coverage detected