FormatValue<T>: ((value, i?, arr?) => string)

represents a function that formats an atomic-value T to its string representation

Type Parameters

  • T extends any = number

Type declaration

    • (value, i?, arr?): string
    • Parameters

      • value: T
      • Optional i: number
      • Optional arr: unknown[]

      Returns string

Generated using TypeDoc