rc-number2text

0.1.0 • Public • Published

rc-number2text TS

Lib para escrever numeros por extenso em português e inlgês, também é possivel como moeda (real ou dolar).


Iniciando

  • Rode o commando no seu projeto
npm i rc-number2text --save

import { InWord } from 'rc-number2text';

Idiomas supoprtados

PT-BR.

InWord({value:'300', lang: 'pt-br'});


EN-US.

InWord({value:'3000', lang: 'en-us'});

Props


name default type
value null string
lang pt-br string

Readme

Keywords

none

Package Sidebar

Install

npm i rc-number2text

Weekly Downloads

2

Version

0.1.0

License

none

Unpacked Size

5.6 kB

Total Files

9

Last publish

Collaborators

  • erickkf600