@w5s/moneyFunctionsGBPGBP CallableGBP(amount: `${number}` | BigDecimal): MoneyBritish Pound Sterling money factory@exampleconst money = GBP('1.25');// Money({ currency: Currency({ code: 'GBP' }), amount: BigDecimal('1') })
British Pound Sterling money factory