source:
frontend/node_modules/text-table/example/align.js
| Last change on this file was 9af201e, checked in by , 12 days ago | |
|---|---|
|
|
| File size: 181 bytes | |
| Rev | Line | |
|---|---|---|
| [9af201e] | 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); |
Note:
See TracBrowser
for help on using the repository browser.
