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