UNPKG

@reduxjs/toolkit

Version:

The official, opinionated, batteries-included toolset for efficient Redux development

4 lines (3 loc) 98 B
export function capitalize(str: string) { return str.replace(str[0], str[0].toUpperCase()) }