| Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/cfonts/lib/ |
| Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/cfonts/lib/UpperCaseFirst.d.ts |
/**
* Upper case the first character of an input string.
*
* @author https://github.com/blakeembrey/change-case/tree/master/packages/upper-case-first
*
* @param {string} input - A string to be converted
*
* @return {string} - A string with the first letter in upper case
*/
export function UpperCaseFirst(input: string): string;