@numerals/hanifi-rohingya
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

@numerals/hanifi-rohingya

Version License: GPLv3 Coverage Github workflow

@numerals/hanifi-rohingya is a package for converting number into Hanifi Rohingya numeral.

123 -> 𐴱𐴲𐴳

How to use

npm:

npm i @numerals/hanifi-rohingya

yarn:

yarn add @numerals/hanifi-rohingya

Type Script:

import { convert } from '@numerals/hanifi-rohingya';
console.log(convert(123)); // 𐴱𐴲𐴳
console.log(convert(123.45)); // 𐴱𐴲𐴳.𐴴𐴵

Demo

Try it: numerals.amerharb.com

Package Sidebar

Install

npm i @numerals/hanifi-rohingya

Weekly Downloads

1

Version

0.0.1

License

ISC

Unpacked Size

5.51 kB

Total Files

8

Last publish

Collaborators

  • amerharb