function Marked.helpers.splitCellsimport { Marked } from "https://deno.land/x/gfm@0.3.0/deps.ts"; const { splitCells } = Marked.helpers; splitCells(tableRow: string, count?: number): string[]ParameterstableRow: stringoptionalcount: numberReturnsstring[]