unit-synonyms-electric-current
Version:
Electric current units synonyms
31 lines (19 loc) • 1.15 kB
Markdown
# unit-synonyms-electric-current
[](https://travis-ci.org/javiercejudo/unit-synonyms-electric-current)
[](https://coveralls.io/r/javiercejudo/unit-synonyms-electric-current?branch=master)
[](https://codeclimate.com/github/javiercejudo/unit-synonyms-electric-current)
Electric current units synonyms
## Install
npm i unit-synonyms-electric-current
## Units
- [Ampere](https://en.wikipedia.org/wiki/Ampere)
- [Abampere](https://en.wikipedia.org/wiki/Abampere)
## Usage
```js
var synonyms = require('unit-synonyms-electric-current').synonyms;
synonyms['amp']; // => ampere
synonyms['biots']; // => abampere
```
## Related projects
- [linear-presets](https://github.com/javiercejudo/linear-presets): linear presets for common units.
- [linear-converter](https://github.com/javiercejudo/linear-converter): flexible linear converter.