UNPKG

@redocly/theme

Version:

Shared UI components lib

4 lines (3 loc) 111 B
export function capitalize(input: string): string { return input.charAt(0).toUpperCase() + input.slice(1); }