On this page

Interface Collator

interface Collator {
    compare(x: string, y: string): number;
    resolvedOptions(): ResolvedCollatorOptions;
}
Index

Methods

  • Parameters

    • x: string
    • y: string

    Returns number

Was this helpful?
SDK JS
Reference
Collator