@azerum/ts-csp
    Preparing search index...

    Type Alias IterableElementType<T>Internal

    IterableElementType: T extends AsyncIterable<infer U> ? U : never

    Internal helper: might be removed without notice

    Type Parameters

    • T