1.1.0 • Published 7 years ago

geezer v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Geezer Build Status

Converts Arabic numerals to Geez.

Install

npm install geezer --save

Usage

const geezer = require('geezer');

geezer(1); // '፩'
geezer('100'); // '፻'
geezer('111111'); // '፲፩፼፲፩፻፲፩'
geezer('0'); // '0'
geezer('Invalid'); // 'Invalid'

Note

As with Geez, zero and decimals are not supported. If an invalid number is passed, the number itself is returned.

1.1.0

7 years ago

1.0.3

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago