@mpen/imut-utils
    Preparing search index...

    Interface CollatorOptions

    interface CollatorOptions {
        ascending?: boolean;
        locales?: string | string[];
    }

    Hierarchy

    • CollatorOptions
      • CollatorOptions
    Index

    Properties

    Properties

    ascending?: boolean

    Sort in ascending order (alphabetically, A->Z).

    locales?: string | string[]

    A string with a BCP 47 language tag, or an array of such strings.