capitalize.d.ts 58 B

1
  1. export declare function capitalize(str: string): string;