How to use the default function from change-case

Find comprehensive JavaScript change-case.default code examples handpicked from public code repositorys.

16
17
18
19
20
21
22
23
24
25
snakeCase: _changeCase.default.snake,
dotCase: _changeCase.default.dot,
pathCase: _changeCase.default.path,
lowerCase: _changeCase.default.lower,
upperCase: _changeCase.default.upper,
sentenceCase: _changeCase.default.sentence,
constantCase: _changeCase.default.constant,
titleCase: _changeCase.default.title,
dashCase: _changeCase.default.param,
kabobCase: _changeCase.default.param,
fork icon0
star icon0
watch icon0

+ 13 other calls in file