@w5s/moneyFunctionsSGDSGD Singapore Dollar money factory@exampleconst money = SGD('1.25');// Money({ currency: Currency({ code: 'SGD' }), amount: BigDecimal('1') })CallableSGD(amount): Money
Singapore Dollar money factory