Skip to content

pantoken / packages/utils/src / camelCase

Függvény: camelCase()

camelCase(kebab): string

Béta

Alakítson kebab-case stringet camelCase-re (color-background-brandcolorBackgroundBrand).

Paraméterek

kebab

string

Visszatérés

string

Példa

ts
import { camelCase } from "@pantoken/utils";

camelCase("color-background-brand"); // → "colorBackgroundBrand"