Skip to content

steelWinds/nums-to-words-ru-lang

Repository files navigation

nums-to-words-ru-lang

GitHub Workflow Status GitHub top language GitHub GitHub release (latest by date)

npm type definitions npm bundle size

Simple script for translate number to word on ru-lang

Getting started

Install Vite and other packages

pnpm i

Run hmr-build for contribute

pnpm vite

Run unit-tests

pnpm test

Use

    import Converter from 'nums-to-words-ru-lang';

    const converter = new Converter();

    const words = converter.convert(100);

License

You can see current license in LICENSE file in root directory

Author

@steelWinds