Function from

  • Create string from iterable, like Array.from().

    Parameters

    • xs: Iterable<string>

      list of strings (iterable)

    • Optional fm: MapFunction

      map function (x, i)

    • Optional ths: any

      this argument

    Returns string

Generated using TypeDoc