Function formatValueToDecimal

  • Format a value to a decimal string

    import { formatValueToDecimal } from 'helping_hand'
    const decimal = formatValueToDecimal(...);

    Parameters

    • val: number

    Returns string