capitalize.d.ts 59 Bytes Edit Raw Blame History Permalink 1 export default function capitalize(string: string): string;