Converts the script element data attributes names to a type with camel-cased properties so they can be used for typing elements' dataset.
i.e. data-td-api-key becomes tdApiKey.
data-td-api-key
tdApiKey
Converts the script element data attributes names to a type with camel-cased properties so they can be used for typing elements' dataset.
i.e.
data-td-api-keybecomestdApiKey.