Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 433 Bytes

File metadata and controls

19 lines (12 loc) · 433 Bytes
title MessageFunction
parent @messageformat/runtime
grand_parent API Reference

MessageFunction type

A message function, as generated by MessageFormat.compile()

Signature:

export type MessageFunction = (param?: Record<string, unknown>) => string | unknown[];