0.1.0 • Published 3 years ago

rc-number2text v0.1.0

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

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


namedefaulttype
valuenullstring
langpt-brstring