home
This commit is contained in:
parent
a71a3b5593
commit
cb52890889
16657 changed files with 1483086 additions and 1 deletions
11
home/ags/node_modules/text-table/example/doubledot.js
generated
vendored
Normal file
11
home/ags/node_modules/text-table/example/doubledot.js
generated
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
var table = require('../');
|
||||
var t = table([
|
||||
[ '0.1.2' ],
|
||||
[ '11.22.33' ],
|
||||
[ '5.6.7' ],
|
||||
[ '1.22222' ],
|
||||
[ '12345.' ],
|
||||
[ '5555.' ],
|
||||
[ '123' ]
|
||||
], { align: [ '.' ] });
|
||||
console.log(t);
|
||||
Loading…
Add table
Add a link
Reference in a new issue