| title | MessageFunction |
|---|---|
| parent | @messageformat/runtime |
| grand_parent | API Reference |
A message function, as generated by MessageFormat.compile()
Signature:
export type MessageFunction = (param?: Record<string, unknown>) => string | unknown[];| title | MessageFunction |
|---|---|
| parent | @messageformat/runtime |
| grand_parent | API Reference |
A message function, as generated by MessageFormat.compile()
Signature:
export type MessageFunction = (param?: Record<string, unknown>) => string | unknown[];