haimkastner / unitsnet-js

A better way to hold unit variables and easily convert to the destination unit
https://www.npmjs.com/package/unitsnet-js
MIT License
23 stars 8 forks source link

fix 'toString' format of prefixes units #9

Closed haimkastner closed 1 year ago

haimkastner commented 4 years ago

The prefixes to string currently are using the original unit abbreviation.

For example, the abbreviation of meters is m and the kilometers abbreviation are also m instead of km

haimkastner commented 1 year ago

Fixed by #24