dividab / uom

Extensible unit of measure conversion with type safety for typescript
MIT License
18 stars 1 forks source link

Move quantity type to each quantity module #20

Closed jonaskello closed 5 years ago

jonaskello commented 5 years ago

This PR moves the declaration of each quantity type to the module/file where the units for that quantity is declared. This makes each such module self-sufficent instead of spreading the declarations in two files.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.3%) to 52.757% when pulling 95ae76da6d2bef488899f7b80679b002acd5da8f on refactor/move-quantity-types-to-modules into 34999597473401463843ed38e00cfe964ad6ce9a on master.