locales.d.ts 381 B

123456789
  1. import { Skeleton } from '../types/skeleton.js';
  2. /**
  3. * Add
  4. * {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl#Locale_identification_and_negotiation | numbering-system tags}
  5. * to locale identifiers
  6. *
  7. * @internal
  8. */
  9. export declare function getNumberFormatLocales(locales: string | string[], { numberingSystem }: Skeleton): string[];