to-chinese-numeral
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

Jest Tests NPM

to-chinese-numeral

A function that takes a Number as its argument and returns a Chinese numeral string.

Install

npm
npm install to-chinese-numeral

yarn
yarn add to-chinese-numeral

Usage

import toChineseNumeral from "to-chinese-numeral"

try {
  const num = toChineseNumeral(156)
  // num = 一百五十六
} catch (error) {
  console.error(error.message)
}

Valid inputs

The input argument has to be a Number, otherwise a TypeError will be thrown.

The input argument has to be in the range [-99999.999, 99999.999], otherwise a RangeError will be thrown.

Credits

This package was inspired by a challenge on codewars.com.

Readme

Keywords

Package Sidebar

Install

npm i to-chinese-numeral

Weekly Downloads

14

Version

0.3.0

License

MIT

Unpacked Size

15.9 kB

Total Files

11

Last publish

Collaborators

  • mornir