Comunica
    Preparing search index...

    Type Alias CustomAsyncMatchers<TMatchers>

    CustomAsyncMatchers: {
        [K in NonAsyncMatchers<TMatchers>]: CustomAsymmetricMatcher<
            TMatchers[K],
        >
    }

    Type Parameters