@arcmantle/reflect-metadata
    Preparing search index...

    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.

    Type Declaration

    • decorate: typeof __type
    • defineMetadata: typeof defineMetadata
    • getMetadata: typeof getMetadata
    • getOwnMetadata: typeof getOwnMetadata
    • hasMetadata: typeof hasMetadata
    • hasOwnMetadata: typeof hasOwnMetadata
    • metadata: typeof metadata