source: trip-planner-front/node_modules/text-table/example/doubledot.js@ 8d391a1

Last change on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 206 bytes
Line 
1var table = require('../');
2var t = table([
3 [ '0.1.2' ],
4 [ '11.22.33' ],
5 [ '5.6.7' ],
6 [ '1.22222' ],
7 [ '12345.' ],
8 [ '5555.' ],
9 [ '123' ]
10], { align: [ '.' ] });
11console.log(t);
Note: See TracBrowser for help on using the repository browser.