kiril-to-uzbek-latin
v3.1.1
Published
Uzbek latin , krill to lotin
Downloads
18
Readme
kiril-to-uzbek-latin
This package helps to convert Cyrillic alphabet data from API into Latin and Uzbek-Latin alphabet in your project.
Prerequisites
This project supports all versions of Node.js Node and NPM are really easy to install. To make sure you have them available on your machine, try running the following command.
$ npm i kiril-to-uzbek-latin
Getting Started
This package helps to convert Cyrillic alphabet data from API into Latin and Uzbek-Latin alphabet in your project. You save time by writing short code! This package is very easy to use! does not burden the program.
Installation
$ npm i kiril-to-uzbek-latin
const Converter = require("kiril-to-uzbek-latin");
const convert = new Converter();
console.log(convert.krillToUzbekLatin("Kiril Text"));
import Converter from "kiril-to-uzbek-latin";
const convert = new Converter();
console.log(convert.krillToUzbekLatin("Kiril Text"));