MCPcopy Create free account
hub / github.com/alibaba/lowcode-engine / camelize

Function camelize

packages/utils/src/css-helper.ts:43–45  ·  view source on GitHub ↗
(str: string)

Source from the content-addressed store, hash-verified

41}
42
43function camelize(str: string): string {
44 return str.replace(RE_HYPHEN, (m, w) => (w ? w.toUpperCase() : ''));
45}
46
47/**
48 * convert

Callers 1

toNativeStyleFunction · 0.70

Calls 1

replaceMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…