@w5s/moneyFunctionsLBPLBP CallableLBP(amount: `${number}` | BigDecimal): MoneyLebanese Pound money factory@exampleconst money = LBP('1.25');// Money({ currency: Currency({ code: 'LBP' }), amount: BigDecimal('1') })
Lebanese Pound money factory