* Create a new clone of the static type manager. This method returns a shallow * copy, preserving its current configuration and registered types. * * @returns {TypeManager} A new instance that duplicates the static type manager.
()
| 781 | * @returns {TypeManager} A new instance that duplicates the static type manager. |
| 782 | */ |
| 783 | public static clone(): TypeManager |
| 784 | { |
| 785 | return this.staticTypeManager.clone(); |
| 786 | } |
| 787 | |
| 788 | /** |
| 789 | * Create a new clone of this type manager instance. The clone will contain |
no test coverage detected