Loxer - v3.0.0
    Preparing search index...

    Function initLoxer

    • This class decorator initializes the Loxer immediately when the before the class is used. Use this if the initialization has to be done fast.


      Type Parameters

      Parameters

      • options: LoxerOptions<M>

        the options for the Loxer.init(options: LoxerOptions) method - their modules are checked against the LoxerModuleRegistry exactly like Loxer.init's

      Returns InitLoxerDecorator

      a class decorator