Function join

  • Join entries together into a string.

    Type Parameters

    • K

    • V

    Parameters

    • x: Entries<K, V>

      entries

    • sep: string = ","

      separator [,]

    • asc: string = "="

      associator [=]

    Returns string

    "${k₀}=${v₀},${k₁}=${v₁}..." | [kᵢ, vᵢ] ∈ x

Generated using TypeDoc