trisquel-icecat/icecat/intl/icu_capi/bindings/js/ICU4XOrdering.d.ts
2025-10-06 02:35:48 -06:00

16 lines
No EOL
265 B
TypeScript

/**
* 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',
}