主题
function firstUpcase(str: string): string
首字母大写
import { firstUpcase } from '@hl/utils' firstUpcase('helloWorld') // HelloWorld