| 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/GetLongestLine.d.ts |
/**
* Return the longest line of an Array
*
* @param {array} lines - An array of strings
*
* @return {string} - The longest string from within the array
*/
export function GetLongestLine(lines: any[]): string;