Function isKeyValueArray

  • Determines if an object is an array of tuple of [string, string].

    Parameters

    • o: unknown

      The object to examine.

    Returns o is [string, string][]

    True if o is an array of tuple of [string, string]; otherwise, false.