Sofia Guy Ang

Results 1 issues of Sofia Guy Ang

The code snippet below throws `Getting TypeError: Amount must be an integer` ``` import MoneyLib = require('js-money'); MoneyLib.fromDecimal(300.15, 'PHP'); ``` This line appears to be causing the problem: https://github.com/davidkalosi/js-money/blob/10a4870fa8fd47eb27d0ac794ad4dfd24150277a/lib/money.js#L119 The...