russian-length-units

1.1.0 • Public • Published

Russian length units

Install

npm install russian-length-units

Usage

import units from 'russian-length-units';
import random from 'random-int';

console.log(units[random(units.length - 1)]);

// => {
//       "names": ["perst", "persta", ..., "перст", ...], // names
//       "value": 0.02                                    // value in meters
//    }

Readme

Keywords

Package Sidebar

Install

npm i russian-length-units

Weekly Downloads

2

Version

1.1.0

License

MIT

Last publish

Collaborators

  • semigradsky