kata-numbers-to-french
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

kata-numbers-to-french

Description

Transforms list of numbers or a single number to its French words representation. Supports Belgium French language.

How to use

  1. Import library import kata from "kata-numbers-to-french"
  2. Supply number or an array of numbers into kata.fr(42) or kata.bg([420, 8910, 123])
  3. You can wrap function in try-catch to get catch the error.

Limitations

  • Supports only positive whole numbers up to 1_000_000_000_000 (one trillion)

License

This project is licensed under the MIT License.

Readme

Keywords

none

Package Sidebar

Install

npm i kata-numbers-to-french

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

13.7 kB

Total Files

9

Last publish

Collaborators

  • eugeniy_mk