* Configures type manager in static context. * * @param {TypeManagerOptions} typeManagerOptions Type manager options. * * @returns {TypeManager} Static instance of type manager.
(typeManagerOptions: TypeManagerOptions)
| 702 | * @returns {TypeManager} Static instance of type manager. |
| 703 | */ |
| 704 | public static configure(typeManagerOptions: TypeManagerOptions): TypeManager |
| 705 | { |
| 706 | return this.staticTypeManager.configure(typeManagerOptions); |
| 707 | } |
| 708 | |
| 709 | /** |
| 710 | * Configures type manager. |
no test coverage detected