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

1.0.4 • 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 @hexarc/romanify-russian-names

Using with node.js (ES6 syntax):

import { romanify } from "@hexarc/romanify-russian-names";

Or using the CommonJS module syntax:

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

Usage

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

License

MIT

Package Sidebar

Install

npm i @hexarc/romanify-russian-names

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

4.94 kB

Total Files

6

Last publish

Collaborators

  • shadeglare