13 lines
No EOL
264 B
TypeScript
13 lines
No EOL
264 B
TypeScript
|
|
/**
|
|
|
|
* See the {@link https://docs.rs/icu/latest/icu/casemap/titlecase/enum.TrailingCase.html Rust documentation for `TrailingCase`} for more information.
|
|
*/
|
|
export enum ICU4XTrailingCase {
|
|
/**
|
|
*/
|
|
Lower = 'Lower',
|
|
/**
|
|
*/
|
|
Unchanged = 'Unchanged',
|
|
} |