swc/crates/swc_ecma_parser/tests/tsc/numberFormatCurrencySign.ts
2022-02-04 17:08:38 +09:00

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);