mirror of
https://github.com/wassname/talk.git
synced 2026-07-18 12:40:13 +08:00
Remove comment
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { camelCase } from "lodash";
|
||||
/** pascalCase */
|
||||
|
||||
export default function pascalCase(value: string) {
|
||||
return value[0].toUpperCase() + camelCase(value).slice(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user