Skip to content

pantoken / packages/utils/src / camelCase

פונקציה: camelCase()

camelCase(kebab): string

בטא

המר מחרוזת ב-kebab-case ל-camelCase (color-background-brandcolorBackgroundBrand).

פרמטרים

kebab

string

מחזיר

string

דוגמה

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

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