This is the list of the supported units with their matching symbol. Area Square meterm² Square kilometerkm² Hectareha Square inchsqin Square footsqft Square milesqmi Acreacre Distance Millimetermm Centimetercm Meterm Kilometerkm Inchin
Available units of a particular kindQty.getUnits('currency'); // => [ 'dollar', 'cents' ] // Or all alphabetically sorted Qty.getUnits(); // => [ 'acre','Ah','ampere','AMU','angstrom']Alternative names of a unitQty.getAliases('m'); // => [ 'm', 'meter', 'meters', ...