3.1.1 • Published 9 months ago

kiril-to-uzbek-latin v3.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

npm version

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"));
3.1.1

9 months ago

2.1.1

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago