README
Installation
$ npm i jewish-numerology
Usage
Basic
import {toLetters, toNumber} from 'jewish-numerology'
toLetters(1) // "א'"
toNumber("א") // 1
```bash $ npm i jewish-numerology ```
<script type="module">
import jewishNumerology from 'https://cdn.skypack.dev/jewish-numerology';
</script>
$ npm i jewish-numerology
import {toLetters, toNumber} from 'jewish-numerology'
toLetters(1) // "א'"
toNumber("א") // 1