Current Path : /lib/node_modules/npm/node_modules/text-table/example/ |
Current File : //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);