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