Function handleSignificantDecimalsWithThreshold

  • If handleSignificantDecimals(value, decimals, buffer) returns a value greater than the threshold, returns the value. Otherwise returns < ${threshold}.

    See

    handleSignificantDecimals

    Parameters

    • value: Value
    • decimals: number
    • buffer: number = 3
    • threshold: string = '0.0001'

    Returns string

Generated using TypeDoc