????
Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/text-table/example/ |
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/text-table/example/dotalign.js |
var table = require('../'); var t = table([ [ 'beep', '1024' ], [ 'boop', '334.212' ], [ 'foo', '1006' ], [ 'bar', '45.6' ], [ 'baz', '123.' ] ], { align: [ 'l', '.' ] }); console.log(t);