]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/node_modules/text-table/example/align.js
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / node_modules / text-table / example / align.js
1 var table = require('../');
2 var t = table([
3     [ 'beep', '1024' ],
4     [ 'boop', '33450' ],
5     [ 'foo', '1006' ],
6     [ 'bar', '45' ]
7 ], { align: [ 'l', 'r' ] });
8 console.log(t);