summaryrefslogtreecommitdiffstats
path: root/intl/icu_capi/js/package/lib/ICU4XCollatorAlternateHandling.d.ts
blob: 9e84343353dd1e0b3b71d8bfc463cc5840156845 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**

 * See the {@link https://docs.rs/icu/latest/icu/collator/enum.AlternateHandling.html Rust documentation for `AlternateHandling`} for more information.
 */
export enum ICU4XCollatorAlternateHandling {
  /**
   */
  Auto = 'Auto',
  /**
   */
  NonIgnorable = 'NonIgnorable',
  /**
   */
  Shifted = 'Shifted',
}