romanify-russian-names
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

Romanization of russian names

Version License Downloads Downloads

This library helps with transliterating russian cyrillic names into the latin script.

Supported transliteration methods:

  • MID ORDER #4271

Setup

Install with npm:

npm install romanify-russian-names

Using with node.js (ES6 syntax):

import { romanify } from "romanify-russian-names";

Or using the CommonJS module syntax:

const { romanify } = require("romanify-russian-names");

Usage

let romanName = romanify("Василий Петрович Долговязов");
console.log(romanName); //Vasilii Petrovich Dolgoviazov

License

MIT

Dependents (0)

Package Sidebar

Install

npm i romanify-russian-names

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

4.85 kB

Total Files

6

Last publish

Collaborators

  • shadeglare