/** * getCells parses the lines found for a certain row, and transforms these to * the separate cell lines. * * @param lines The lines for the row. */ export default function getCells(lines: string[][]): string[][];