Install
docker run -v $(pwd):/usr/src/app -w /usr/src/app node:9 npm installInstall
docker run -v $(pwd):/usr/src/app -w /usr/src/app node:9 npm install| let formatter = new Intl.NumberFormat('pt-BR', { | |
| style: 'currency', | |
| currency: 'BRL', | |
| currencyDisplay: "symbol", | |
| minimumFractionDigits: 2, | |
| }); | |
| formatter.format('123456.90')); // R$ 123.456,90 | |
| formatter.format('12.3456.90')); // NaN | |
| formatter.format('12,3456.90')); // NaN |