Non-finite values should always be represented as Number values, never strings. We'll need to discuss separately whether `new Amount('Infinity')` should throw, or end up with `.value: Infinity`. _Originally posted by @eemeli in https://github.com/tc39/proposal-amount/pull/104#discussion_r3166970673_
Non-finite values should always be represented as Number values, never strings.
We'll need to discuss separately whether
new Amount('Infinity')should throw, or end up with.value: Infinity.Originally posted by @eemeli in #104 (comment)