Renders an arbitrary argument value.
The locale passed to the message function or a default locale.
The argument value.
The formatted argument.
The type of the rendering result.
Renders an element by tagName
.
The name of the tag to render.
The element attributes.
The element children varargs.
The rendered element.
The type of the rendering result.
Renders a fragment.
The fragment children varargs.
A rendered fragment.
The type of the rendering result.
Renders an argument value formatted using a function.
The locale passed to the message function or a default locale.
An argument value.
The formatter function name.
An optional additional param.
The formatted argument.
Looks up a locale among locales
that best fits locale
.
The locale passed to the message function.
The list of locales supported by the message.
The index of a locale from locales
that matches locale
or -1 to use the default locale.
Detects the plural category that should be used for cardinal pluralization of value
with the locale
.
The locale passed to the message function or a default locale.
An argument value.
The index of the plural category from pluralCategories.
Matches value with case keys.
An argument value.
Case keys varargs.
The index of a case key from caseKeys
that matches value
or -1 if no case was found. If -1 is returned
then the case with "other" key would be used if it was provided.
Detects the plural category that should be used for ordinal pluralization of value
with the locale
.
The locale passed to the message function or a default locale.
An argument value.
The index of the plural category from pluralCategories.
The ordered list of plural categories.
Creates a PluralMatcher instance that uses cached Intl.PluralRules
to resolve plural category.
The pluralization type.
Creates the new runtime.
Creates a runtime that renders a message as a string.
Runtime options.
The select matcher that compares value
to select case keys via strict equal.
Generated using TypeDoc
The type of the rendering result.