jessealama / decimal128

JavaScript userland partial implementation of IEEE 754 Decimal128 decimal floating-point arithmetic
BSD 2-Clause "Simplified" License
19 stars 8 forks source link

Adding types in order to be able to load package into typescript project #79

Closed sponte closed 8 months ago

sponte commented 8 months ago

Without types specification in the package.json, the typescript would complain that it could not find declarations

sponte commented 8 months ago

Sorry, not sure that works. let me do more digging