express-beans
    Preparing search index...

    Variable PostConstructConst

    PostConstruct: <This>(
        method: () => any,
        context: ClassMethodDecoratorContext<This, () => any>,
    ) => () => any = ...

    Type declaration

      • <This>(
            method: () => any,
            context: ClassMethodDecoratorContext<This, () => any>,
        ): () => any
      • Type Parameters

        • This

        Parameters

        • method: () => any
        • context: ClassMethodDecoratorContext<This, () => any>

        Returns () => any