UNPKG

cfonts

Version:
9 lines (8 loc) 267 B
/** * Get the position of the first character out of all strings inside an array * * @param {array} lines - An array of strings * * @return {number} - The position of the first character */ export function GetFirstCharacterPosition(lines: any[]): number;