Socialify

Folder ..

Viewing index.ts
9 lines (7 loc) • 307.0 B

1
2
3
4
5
6
7
8
9
import Table from './src/console-table-printer';
import {
  printSimpleTable as printTable,
  renderSimpleTable as renderTable
} from './src/internalTable/internal-table-printer';

import { COLOR, ALIGNMENT } from './src/models/external-table';

export { Table, printTable, renderTable, COLOR, ALIGNMENT };