summaryrefslogtreecommitdiffstats
path: root/intl/icu_capi/js/package/lib/ICU4XCollatorCaseLevel.d.ts
blob: 3825eaeae0f0cfae360c1af52abc72fa1b4e905a (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.CaseLevel.html Rust documentation for `CaseLevel`} for more information.
 */
export enum ICU4XCollatorCaseLevel {
  /**
   */
  Auto = 'Auto',
  /**
   */
  Off = 'Off',
  /**
   */
  On = 'On',
}