pantoken / packages/utils/src / camelCase
Függvény: camelCase()
camelCase(
kebab):string
Béta
Alakítson kebab-case stringet camelCase-re (color-background-brand → colorBackgroundBrand).
Paraméterek
kebab
string
Visszatérés
string
Példa
ts
import { camelCase } from "@pantoken/utils";
camelCase("color-background-brand"); // → "colorBackgroundBrand"