Member Junction
    Preparing search index...
    • Locale-independent total order on strings (UTF-16 code units). Use for every sort whose result is EMITTED (generated code, SQL, file names, migration captures). Not for UI display — users expect locale collation there. localeCompare without a locale argument follows the process ICU default and is not reproducible across machines.

      Parameters

      • a: string | null | undefined
      • b: string | null | undefined

      Returns number