# russian-length-units **Repository Path**: mirrors_Semigradsky/russian-length-units ## Basic Information - **Project Name**: russian-length-units - **Description**: Russian length units - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Russian length units ## Install ``` npm install russian-length-units ``` ## Usage ```js 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 // } ```