Abstract
Static
getRead metadata from a target (class or prototype+property).
Metadata key.
Class constructor or prototype object.
Optional
propertyKey: stringOptional property name.
The stored value or undefined.
Static
getRead the own metadata from a target (class or prototype+property).
Metadata key.
Class constructor or prototype object.
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 or prototype object.
Optional
propertyKey: stringOptional property name.
Utilities for dealing with reflection.