UNPKG

@samlevy/string-helpers

Version:
2 lines (1 loc) 84 B
export default (str: string): string => str.charAt(0).toUpperCase() + str.slice(1);