NET-Web-API-w-Angular/my-app/node_modules/text-table/example/table.js

7 lines
140 B
JavaScript
Raw Normal View History

2024-02-09 00:38:41 +00:00
var table = require('../');
var t = table([
[ 'master', '0123456789abcdef' ],
[ 'staging', 'fedcba9876543210' ]
]);
console.log(t);