source: imaps-frontend/node_modules/text-table/example/table.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: 140 bytes
Line 
1var table = require('../');
2var t = table([
3 [ 'master', '0123456789abcdef' ],
4 [ 'staging', 'fedcba9876543210' ]
5]);
6console.log(t);
Note: See TracBrowser for help on using the repository browser.