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

0.0.1 • Public • Published

@numerals/aegean

Version License: GPLv3 Coverage Github workflow

@numerals/aegean is a package for converting number into aegean numeral.

1000 -> 𐄢

How to use

npm:

npm i @numerals/aegean

yarn:

yarn add @numerals/aegean

Type Script:

import { convert } from '@numerals/aegean';
console.log(convert(1)); // 𐄇
console.log(convert(2)); // 𐄈
console.log(convert(10)); // 𐄐
console.log(convert(1000)); // 𐄢

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @numerals/aegean

      Weekly Downloads

      1

      Version

      0.0.1

      License

      ISC

      Unpacked Size

      9.59 kB

      Total Files

      8

      Last publish

      Collaborators

      • amerharb