1.0.1 • Published 9 years ago

unit-synonyms-metric-prefixes v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

unit-synonyms-metric-prefixes

Build Status Coverage Status Code Climate

Metric prefixes synonyms

Install

npm i unit-synonyms-metric-prefixes

Units

All 20 prefixes specified by the International Bureau of Weights and Measures (BIPM).

See Metric prefix on Wikipedia.

Usage

var synonyms = require('unit-synonyms-metric-prefixes').synonyms;

synonyms['k']; // => kilo
synonyms['million']; // => mega
synonyms['tenth']; // => deci

Related projects