简体中文
Appearance
将字符串转换为 kebab-case 格式。
kebab-case
import { kebabCase } from 'rattail' kebabCase('HelloWorld') // return 'hello-world' kebabCase('fooBar') // return 'foo-bar'
value
string