22 lines
No EOL
363 B
TypeScript
22 lines
No EOL
363 B
TypeScript
|
|
/**
|
|
|
|
* See the {@link https://docs.rs/icu/latest/icu/collator/enum.MaxVariable.html Rust documentation for `MaxVariable`} for more information.
|
|
*/
|
|
export enum ICU4XCollatorMaxVariable {
|
|
/**
|
|
*/
|
|
Auto = 'Auto',
|
|
/**
|
|
*/
|
|
Space = 'Space',
|
|
/**
|
|
*/
|
|
Punctuation = 'Punctuation',
|
|
/**
|
|
*/
|
|
Symbol = 'Symbol',
|
|
/**
|
|
*/
|
|
Currency = 'Currency',
|
|
} |