1.0.0 • Published 9 years ago

unit-synonyms-length v1.0.0

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

unit-synonyms-length

Build Status Coverage Status Code Climate

length units synonyms

Install

npm i unit-synonyms-length

Units

Usage

var synonyms = require('unit-synonyms-length').synonyms;

synonyms['°C']; // => celsius
synonyms['degrees fahrenheit']; // => fahrenheit

Related projects