PATH:
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
text-table
/
example
var table = require('../'); var t = table([ [ 'beep', '1024' ], [ 'boop', '334.212' ], [ 'foo', '1006' ], [ 'bar', '45.6' ], [ 'baz', '123.' ] ], { align: [ 'l', '.' ] }); console.log(t);
[-] center.js
[edit]
[+]
..
[-] align.js
[edit]
[-] table.js
[edit]
[-] doubledot.js
[edit]
[-] dotalign.js
[edit]