easymoney icon indicating copy to clipboard operation
easymoney copied to clipboard

RFC (WIP): parser

Open frolovdev opened this issue 5 years ago • 2 comments

parser (will be described later)

frolovdev avatar May 14 '20 19:05 frolovdev

Ability to create money from decimal would be nice.

i.e. createMoneyFromDecimal({ amount: "12.34", currency: "USD" }) createMoneyFromDecimal({ amount: "12.3", currency: "USD" })

andrewwongyedpay avatar Jun 26 '20 10:06 andrewwongyedpay

@andrewwongyedpay it might be an interesting idea, trying to implement in next release, or you can try to implement such approach (feel free to pm me any time if you need help with implementation details)

frolovdev avatar Jun 28 '20 12:06 frolovdev