Library API
    Preparing search index...

    Type Alias GetType<K, T>

    GetType: K extends keyof TypeValueMap<T> ? TypeValueMap<T>[K]["value"] : any
    🔍 Expanded Type Evaluation (Compiler API)
    type GetType<K, T> = K extends keyof TypeValueMap<T> ? TypeValueMap<T>[K]["value"] : any

    late-binding Type utility for augmented modules

    Type Parameters

    • K extends string
    • T = any