Function: removeMetadata()
Function: removeMetadata()
function removeMetadata<T>(Class, key): void;
Remove a specific metadata entry from a class.
Type Parameters
T
T
extends ClassType
Parameters
Class
T
The class to remove metadata from.
key
PropertyKey
The key of the metadata to remove.
Returns
void