Function entryValue

  • Get value of an Entry.

    Example

    entryKey(["key", "value"]); // "value"
    

    Returns

    Value of an Entry.

    Type Parameters

    • InputEntry extends readonly [PropertyKey, unknown, InputEntry]

    Parameters

    • entry: InputEntry

      Entry to get vale from.

    Returns EntryValue<InputEntry>