Function isMap

  • Check if value is a Map type.

    Type Parameters

    • K

    • V

    Parameters

    • x: any

    Returns x is Map<K, V>

Generated using TypeDoc