eldargab / easy-table

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

Add OS agnostic EOL #12

Closed jalateras closed 8 years ago

eldargab commented 8 years ago

This might break compatibility. I know that people use easy-table in the browser as well and I'm not sure that every commonJs bundler out there supports node shims.

We can add this as an option though

Table.prototype.EOL = '\n'

Such PR is welcome.