MCPcopy Index your code
hub / github.com/formatjs/formatjs / printDateTimeSkeleton

Function printDateTimeSkeleton

packages/icu-messageformat-parser/printer.ts:178–180  ·  view source on GitHub ↗
(style: DateTimeSkeleton)

Source from the content-addressed store, hash-verified

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

Callers 1

printArgumentStyleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected