Convert a string to kebab-case, i.e. its dash separated form
The lodash method `_.kebabCase` exported as a module.
Transform a string between camelCase
, PascalCase
, Capital Case
, snake_case
, `kebab-case,
CONSTANT_CASE` and others
Comprehensive TypeScript/JavaScript utility library with cross-environment support (Node.js, browser, web worker) providing helper functions, polyfills (ES5-ES2023), type checking utilities, and optimized implementations for better minification and code r