Skip to content

pantoken / packages/utils/src / camelCase

Hàm: camelCase()

camelCase(kebab): string

Beta

Chuyển một chuỗi kebab-case sang camelCase (color-background-brandcolorBackgroundBrand).

Tham số

kebab

string

Trả về

string

Ví dụ

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

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