UNPKG

@daysnap/utils

Version:
8 lines (6 loc) 132 B
/** * 说明 * kebabCase('helloWorld') => hello-world */ declare function kebabCase(key: string): string; export { kebabCase };