• Always returns a Seq.Keyed, if input is not keyed, expects an collection of [K, V] tuples.

    Note: Seq.Keyed is a conversion function and not a class, and does not use the new keyword during construction.

    Type Parameters

    • K

    • V

    Parameters

    Returns <internal>.Keyed<K, V>

  • Type Parameters

    • V

    Parameters

    • obj: { [key: string]: V }
      • [key: string]: V

    Returns <internal>.Keyed<string, V>

Generated using TypeDoc