source: imaps-frontend/node_modules/text-table/example/align.js@ 0c6b92a

main
Last change on this file since 0c6b92a was d565449, checked in by stefan toskovski <stefantoska84@…>, 3 months ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 181 bytes
Line 
1var table = require('../');
2var t = table([
3 [ 'beep', '1024' ],
4 [ 'boop', '33450' ],
5 [ 'foo', '1006' ],
6 [ 'bar', '45' ]
7], { align: [ 'l', 'r' ] });
8console.log(t);
Note: See TracBrowser for help on using the repository browser.