katoikia-app/web-ui/web-react/node_modules/text-table/example/table.js

7 lines
140 B
JavaScript
Raw Normal View History

2022-07-06 04:15:11 +00:00
var table = require('../');
var t = table([
[ 'master', '0123456789abcdef' ],
[ 'staging', 'fedcba9876543210' ]
]);
console.log(t);