Files
codeql-action/node_modules/text-table/example/table.js
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
140 B
JavaScript
Raw Normal View History

2020-09-14 10:42:37 +01:00
var table = require('../');
var t = table([
[ 'master', '0123456789abcdef' ],
[ 'staging', 'fedcba9876543210' ]
]);
console.log(t);