• File: table.js
  • Full Path: /home6/laduliya/test.mydthpay.com/node_modules/npm/node_modules/text-table/example/table.js
  • Date Modified: 10/26/1985 11:45 AM
  • File size: 140 bytes
  • MIME-type: text/plain
  • Charset: utf-8
var table = require('../');
var t = table([
    [ 'master', '0123456789abcdef' ],
    [ 'staging', 'fedcba9876543210' ]
]);
console.log(t);