UNPKG

@promptbook/azure-openai

Version:

Promptbook: Run AI apps in plain human language across multiple models and platforms

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;