| 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/GetFont.d.ts |
/**
* Get a selected JSON font-file object
*
* @param {string} font - The name of the font to be returned
*
* @return {object} - The font object of that file
*/
export function GetFont(font: string): object;