* Clears all type registrations from the static type manager. After calling this * method, the static type manager will no longer hold any registered type metadata. * * @returns {TypeManager} Static instance of type manager.
()
| 908 | * @returns {TypeManager} Static instance of type manager. |
| 909 | */ |
| 910 | public static clear(): TypeManager |
| 911 | { |
| 912 | return this.staticTypeManager.clear(); |
| 913 | } |
| 914 | |
| 915 | /** |
| 916 | * Clears all type registrations from the type manager. After calling this |
no outgoing calls
no test coverage detected