dividab / uom

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

Clarify features #15

Closed jonaskello closed 5 years ago

jonaskello commented 5 years ago

I think it would be good to clarify which features this package supports, both in the code and in the readme. Here is a list of the ones I know we use:

jonaskello commented 5 years ago

Having the extensibility to create new units makes some of the other features harder, such as identifying each unit and serialisation to/from single string.

jonaskello commented 5 years ago

This issue was solved by #17 and #18.