latinize-ua

1.0.6 • Public • Published

This package will help you to convert Ukrainian Cyrillic text into Latin.

Usage

Installing:

npm install latinize-ua

Importing:

import { getLatin } from 'latinize-ua';

Using:

const char = "Я";
const latinChar = getLatin(char); //works only for one char

Readme

Keywords

Package Sidebar

Install

npm i latinize-ua

Weekly Downloads

5

Version

1.0.6

License

ISC

Unpacked Size

14.4 kB

Total Files

7

Last publish

Collaborators

  • arty0714