1.0.6 • Published 7 months ago

kaalin v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Kaalin

Example

1-step: Install the package

npm install kaalin
import { toWord, toLatin, toCyrillic } from "kaalin";

const kaa = toLatin('BÁHÁR')

console.log(kaa.upper())      // BÁHÁR
console.log(kaa.lower())      // báhár
console.log(kaa.isUpper())    // true
console.log(kaa.isLower())    // false
console.log(kaa.isAlpha())    // true
console.log(kaa.isDigit())    // false

console.log(toWord(533_525))         // bes júz otız úsh mıń bes júz jigirma bes
console.log(toWord(894_236_671))     // segiz júz toqsan tórt million eki júz otız altı mıń altı júz jetpis bir
1.0.6

7 months ago

1.0.5

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago

0.0.25

7 months ago

0.0.24

7 months ago

0.0.23

7 months ago

0.0.22

7 months ago

0.0.21

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago