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

Function printArgumentElement

packages/icu-messageformat-parser/printer.ts:149–151  ·  view source on GitHub ↗
({value}: ArgumentElement)

Source from the content-addressed store, hash-verified

147}
148
149function printArgumentElement({value}: ArgumentElement) {
150 return `{${value}}`
151}
152
153function printSimpleFormatElement(
154 el: DateElement | TimeElement | NumberElement

Callers 1

doPrintASTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected