Function numberFormatter

  • Format a numeric value as a string, rounded to the specified number of decimals.

    Parameters

    • v: number
    • decimals: number = 1

    Returns string

Generated using TypeDoc