UNPKG

@daysnap/utils

Version:
8 lines (6 loc) 145 B
/** * 首字母大写 * capitalize('hello world') => Hello world */ declare function capitalize(str: string): string; export { capitalize };