swc/crates/swc_ecma_parser/tests/tsc/numberFormatCurrencySign.ts

5 lines
179 B
TypeScript
Raw Normal View History

// @target: esnext
// @lib: esnext
// @strict: true
const str = new Intl.NumberFormat('en-NZ', { style: 'currency', currency: 'NZD', currencySign: 'accounting' }).format(999999);