Loxer - v3.0.0
    Preparing search index...

    Type Alias LoxerModules

    LoxerModules: { [moduleId: string]: Module }

    The shape of a modules object for the LoxerOptions: one Module per module id.

    This is the type to declare the modules of a project against - with satisfies LoxerModules, so that their keys stay literal and can be registered at the LoxerModuleRegistry. The ids Loxer.init accepts are RegisteredModules.

    Type Declaration