eldargab / easy-table

Nice text table for Node.js
314 stars 31 forks source link

Table.padLeft #11

Closed nikeee closed 8 years ago

nikeee commented 8 years ago

There is Table.padLeft but no Table.padRight. Is this intentional?

eldargab commented 8 years ago

Basically yes. Table does right padding anyway, so there is no need for that.