@flowscripter/dynamic-cli-framework-api
    Preparing search index...

    Interface TableGeneratorService

    interface TableGeneratorService {
        createTable(
            rowCount: number,
            columnCount: number,
            options?: TableOptions,
        ): Table;
        render(table: Table): string;
    }
    Index