Skip to content

定义

ts
function firstUpcase(str: string): string

首字母大写

用法

js
import { firstUpcase } from '@hl/utils'

firstUpcase('helloWorld') // HelloWorld