inversify-typesafe
    Preparing search index...

    Type Alias TypesafeServiceConfig<S>

    TypesafeServiceConfig: {
        [K in keyof S]: (
            bind: BindToFluentSyntax<S[K]>,
            container: TypesafeContainer<S>,
        ) => void
    }

    Type Parameters

    • S extends AbstractServiceMap