source:
frontend/node_modules/text-table/example/table.js@
9af201e
| Last change on this file since 9af201e was 9af201e, checked in by , 12 days ago | |
|---|---|
|
|
| File size: 140 bytes | |
| Line | |
|---|---|
| 1 | var table = require('../'); |
| 2 | var t = table([ |
| 3 | [ 'master', '0123456789abcdef' ], |
| 4 | [ 'staging', 'fedcba9876543210' ] |
| 5 | ]); |
| 6 | console.log(t); |
Note:
See TracBrowser
for help on using the repository browser.
