capitalize.d.ts 59 Bytes
export default function capitalize(string: string): string;