The path from which runtime dependencies are imported.
If set to true
then TypeScript interfaces and function types are rendered.
Returns the doc comment rendered.
Triggered if an error occurred while compiling a message. If omitted then an error is thrown.
Returns the default locale for a message. If omitted then the first locale from message.translations
is used as
default.
Returns the TypeScript type of the argument that a function expects. If omitted then arguments of all functions
are typed as unknown
.
The name of the function.
Returns an arguments interface name.
Returns a message rendering function name.
Returns arbitrary source code that is rendered after message function rendering is completed.
Receives a message translation and returns a new translation.
Use this to apply preprocessors (such as markdown-to-HTML) or typography re-writers.
The text of the translation.
The translation locale.
Transforms a translation node before it is compiled.
The node that represents the parsed translation.
The translation locale.
The name of the message.
The message that contains the translation.
The transformed node. If undefined is returned then node
would be used for compilation.
Generated using TypeDoc
The key that is used as the default for
select
."other"