| 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/CleanInput.d.ts |
/**
* Filter only allowed character
*
* @param {string} INPUT - The input text to be filtered
* @param {array} chars - An array of all allowed characters
*
* @return {string} - The filtered input text
*/
export function CleanInput(INPUT: string, chars?: any[]): string;