source: imaps-frontend/node_modules/text-table/example/center.js@ d565449

main
Last change on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 221 bytes
RevLine 
[d565449]1var table = require('../');
2var t = table([
3 [ 'beep', '1024', 'xyz' ],
4 [ 'boop', '3388450', 'tuv' ],
5 [ 'foo', '10106', 'qrstuv' ],
6 [ 'bar', '45', 'lmno' ]
7], { align: [ 'l', 'c', 'l' ] });
8console.log(t);
Note: See TracBrowser for help on using the repository browser.