(js)
set |
Utility extension property to generate a set of strings to simplify the notation when using classes parameter. val String?.set: Set<String> |
(js)
toCamelCase |
Utility extension function to convert string from kebab-case to camelCase. fun String.toCamelCase(): String |