export { makeTable, printTable, printTables } from './table.js';
export type { TableOptions } from './types.js';
