Stone.js API
    Preparing search index...

    Function defaultKernelResolver

    • Default kernel resolver function.

      This function resolves the kernel for the application, using the blueprint configuration. It creates a Kernel instance with the given blueprint, logger, container, and an event emitter.

      Type Parameters

      Parameters

      • blueprint: IBlueprint

        The blueprint configuration to use for the kernel.

      Returns Kernel<U, V>

      A Kernel instance configured with the provided blueprint.