larswaechter / voici.js

A Node.js library for pretty printing your data on the terminal🎨

Home Page:https://voici.larswaechter.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add `columns` and `shape` getters

larswaechter opened this issue · comments

The following public getters should be added to the Table class:

  • columns => returns an array including all table columns
  • shape => returns the number of rows and columns