The camel cased format of an option.
this-is-a-test -> thisIsATest
The kebab cased format of an option key
thisIsATest -> this-is-a-test
The untouched original key.
thisIsATest-test-here -> thisIsATest-test-here
camelCase: thisIsATestTestHere kebabCase: this-is-a-test-test-here
Generated using TypeDoc
The camel cased format of an option.
Example:
this-is-a-test -> thisIsATest