Variable ReflectMetadataConst
ReflectMetadata: {
decorate: typeof __type;
defineMetadata: typeof defineMetadata;
getMetadata: typeof getMetadata;
getOwnMetadata: typeof getOwnMetadata;
hasMetadata: typeof hasMetadata;
hasOwnMetadata: typeof hasOwnMetadata;
metadata: typeof metadata;
} = ...
Object containing all the reflect metadata API methods.