Mappedin JS - v6.14.0
    Preparing search index...

    Type Alias MapFeatureOfType<T>

    MapFeatureOfType: T extends keyof TMapFeatureTypes ? TMapFeatureTypes[T] : never

    Returns the class type for a given type string.

    Type Parameters

    • T extends string