mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 03:31:45 +03:00
5 lines
179 B
TypeScript
5 lines
179 B
TypeScript
// @target: esnext
|
|
// @lib: esnext
|
|
// @strict: true
|
|
const str = new Intl.NumberFormat('en-NZ', { style: 'currency', currency: 'NZD', currencySign: 'accounting' }).format(999999);
|