2 lines
60 B
TypeScript
2 lines
60 B
TypeScript
|
export default function capitalize(string: string): string;
|