Files
FileCollect/node_modules/text-table/example/table.js
T
2025-10-22 08:19:00 +08:00

7 lines
140 B
JavaScript

var table = require('../');
var t = table([
[ 'master', '0123456789abcdef' ],
[ 'staging', 'fedcba9876543210' ]
]);
console.log(t);