@logixjs/core
    Preparing search index...

    Variable ManageConst

    Manage: {
        make: <D extends (...args: any[]) => AnyModule>(
            config: { define: D; kind?: string },
        ) => { kind?: string; make: D };
    } = ...

    Type Declaration

    • Readonlymake: <D extends (...args: any[]) => AnyModule>(
          config: { define: D; kind?: string },
      ) => { kind?: string; make: D }