UNPKG

node-debt-snowball

Version:

Node script to calculate debt repayment using the snowball method

4 lines (3 loc) 111 B
export const toCurrency = (value: string | number) => { return Number(parseFloat(`${value}`).toFixed(2)); };