Function removeAllLeadingZeros

  • Remove all leading zeros from an input

    import { removeAllLeadingZeros } from 'helping_hand'
    const removed = removeAllLeadingZeros(...);

    Parameters

    • val: string

    Returns string