• 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
    • .
    • Collator
interface Intl.Collator

Methods

compare(
x: string,
y: string,
): number
resolvedOptions(): ResolvedCollatorOptions
variable Intl.Collator

Call Signatures

(
locales?: string | string[],
options?: CollatorOptions,
): Collator

Methods

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

Document Navigation

  • Methods
    • compare
    • resolvedOptions
  • Call Signatures
  • Methods
    • supportedLocalesOf