MessageFormat.resolvedOptions() method

Returns a new object with properties reflecting the default locale, plurals, and other options computed during initialization.

Signature:

resolvedOptions(): ResolvedMessageFormatOptions<ReturnType>;

Returns:

ResolvedMessageFormatOptions<ReturnType>