convertArgMap
convertArgMap(
args
,funcName
):Record
<string
,DataType
>
Converts given map of classic message format arguments to a map of KeplerI18nTypes.DataType objects with the same keys.
Parameters
args
Map of argument names to their values.
undefined |
Map <string , string | number | Date > |
funcName
string
Returns
Record
<string
, DataType
>
map of argument names to KeplerI18nTypes.DataType objects.
Oaram
funcName Name of calling function, used in error logging.
Last updated: Sep 30, 2025