source:
frontend/node_modules/text-table/example/table.js
| Last change on this file was 9af201e, checked in by , 12 days ago | |
|---|---|
|
|
| File size: 140 bytes | |
| Rev | Line | |
|---|---|---|
| [9af201e] | 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.
