• Compression Streams API
  • Console and Debugging
  • DOM APIs
  • DOM Events
  • Encoding API
  • Fetch API
  • Fleek Node API
  • Observability
  • Scheduling
  • Streams API
  • Timers
  • Typed Arrays
  • Web APIs
  • Web Crypto API
  • Web File API
  • WebAssembly
  • WebGPU
  • WebSockets
  • Uncategorized
  • view all 376 symbols
  • Fleek Runtime APIs
    • Intl
    • .
    • NumberFormat
interface Intl.NumberFormat

Methods

format(value: number): string
resolvedOptions(): ResolvedNumberFormatOptions
variable Intl.NumberFormat

Call Signatures

(
locales?: string | string[],
options?: NumberFormatOptions,
): NumberFormat

Properties

readonly
prototype: NumberFormat

Methods

supportedLocalesOf(
locales: string | string[],
options?: NumberFormatOptions,
): string[]

Document Navigation

  • Methods
    • format
    • resolvedOptions
  • Call Signatures
  • Properties
    • prototype
  • Methods
    • supportedLocalesOf