`actual typealias Dollars = BigInteger` shouldn't ...
# javascript
t
actual typealias Dollars = BigInteger
shouldn't this bring in the `operator`s on the type:
plus
,
minus
without needing to define `actual`s for it?