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

0.0.1 • Public • Published

@numerals/mayan

Version License: GPLv3 Coverage Github workflow

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

19 -> 𝋳

How to use

npm:

npm i @numerals/mayan

yarn:

yarn add @numerals/mayan

Type Script:

import { convert } from '@numerals/mayan';
console.log(convert(0)); // 𝋠
console.log(convert(1)); // 𝋡
console.log(convert(10)); // 𝋪
console.log(convert(19)); // 𝋳
console.log(convert(20)); // 𝋰𝋠

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @numerals/mayan

      Weekly Downloads

      1

      Version

      0.0.1

      License

      ISC

      Unpacked Size

      6.69 kB

      Total Files

      8

      Last publish

      Collaborators

      • amerharb