Abstract
Static
getRead metadata from a target (class or prototype+property).
Metadata key.
Class constructor.
Optional
propertyKey: stringOptional property name.
The stored value or undefined.
Static
getGets all keys for metadata that has been defined on the given target.
Class constructor.
Optional
propertyKey: stringOptional property name.
The found metadata keys.
Static
getRead the own metadata from a target (class or prototype+property).
Metadata key.
Class constructor.
Optional
propertyKey: stringOptional property name.
The stored value or undefined.
Static
setSet metadata on a target (class or prototype+property).
Unique metadata key (symbol or string).
Value to store.
Class constructor.
Optional
propertyKey: stringOptional property name.
Utilities for dealing with reflection.