UNPKG

@promptbook/vercel

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

9 lines (8 loc) 206 B
/** * Makes first letter of a string uppercase * * Note: [🔂] This function is idempotent. * * @public exported from `@promptbook/utils` */ export declare function capitalize(word: string): string;