(style: DateTimeSkeleton)
| 176 | } |
| 177 | |
| 178 | export function printDateTimeSkeleton(style: DateTimeSkeleton): string { |
| 179 | return style.pattern |
| 180 | } |
| 181 | |
| 182 | // Rust string ordering is UTF-8 lexicographic, which matches code point order. |
| 183 | function compareCodePoints(a: string, b: string): number { |
no outgoing calls
no test coverage detected