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

 * See the {@link https://docs.rs/core/latest/core/cmp/enum.Ordering.html Rust documentation for `Ordering`} for more information.
 */
export enum ICU4XOrdering {
  /**
   */
  Less = 'Less',
  /**
   */
  Equal = 'Equal',
  /**
   */
  Greater = 'Greater',
}