Function isKeyValue

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

    Parameters

    • o: unknown

      The object to examine.

    Returns o is [string, string]

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