@arcmantle/library
    Preparing search index...

    Type Alias InferMapValue<T>

    InferMapValue: T extends Map<any, infer V> ? V : never

    Type Parameters

    • T extends Map<any, any>