Function formatNumber

  • Formats number to en locale, replacing thousand separator with a custom one if defined

    Parameters

    • Optional n: number

      number to format

    • Optional t_sep: string

      thousand separator

    Returns undefined | string

Generated using TypeDoc