@w5s/moneyFunctionsPHPPHP CallablePHP(amount: `${number}` | BigDecimal): MoneyPhilippine Peso money factory@exampleconst money = PHP('1.25');// Money({ currency: Currency({ code: 'PHP' }), amount: BigDecimal('1') })
Philippine Peso money factory