Function countAs

  • Count occurrences of values.

    Returns

    Map {value ⇒ count}

    Parameters

    • x: object

      an object

    • fm: MapFunction = null

      map function (v, k, x)

    Returns Map<any, number>

Generated using TypeDoc