UNPKG

@promptbook/gemini

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

7 lines (6 loc) 158 B
/** * Makes first letter of a string uppercase * * @public exported from `@promptbook/utils` */ export declare function capitalize(word: string): string;