• File: dotalign.js
  • Full Path: /home6/laduliya/test.mydthpay.com/node_modules/npm/node_modules/text-table/example/dotalign.js
  • Date Modified: 10/26/1985 11:45 AM
  • File size: 208 bytes
  • MIME-type: text/plain
  • Charset: utf-8
var table = require('../');
var t = table([
    [ 'beep', '1024' ],
    [ 'boop', '334.212' ],
    [ 'foo', '1006' ],
    [ 'bar', '45.6' ],
    [ 'baz', '123.' ]
], { align: [ 'l', '.' ] });
console.log(t);