AlkantarClanX12

Your IP : 3.137.175.80


Current Path : /proc/self/root/lib/node_modules/npm/node_modules/text-table/example/
Upload File :
Current File : //proc/self/root/lib/node_modules/npm/node_modules/text-table/example/align.js

var table = require('../');
var t = table([
    [ 'beep', '1024' ],
    [ 'boop', '33450' ],
    [ 'foo', '1006' ],
    [ 'bar', '45' ]
], { align: [ 'l', 'r' ] });
console.log(t);