jimple
    Preparing search index...

    Interface AsyncServiceProvider<TMap>

    Interface for async service providers that can register services with a container.

    interface AsyncServiceProvider<TMap extends ServiceMap = ServiceMap> {
        registerAsync(container: JimpleWithProxy<TMap>): Promise<void>;
    }

    Type Parameters

    Index

    Methods

    • Registers services asynchronously with the provided container.

      Parameters

      Returns Promise<void>