HEX
Server: LiteSpeed
System: Linux server257.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: salhiscp (12590)
PHP: 8.4.12
Disabled: NONE
Upload Files
File: //usr/lib/node_modules/npm/node_modules/text-table/example/doubledot.js
var table = require('../');
var t = table([
    [ '0.1.2' ],
    [ '11.22.33' ],
    [ '5.6.7' ],
    [ '1.22222' ],
    [ '12345.' ],
    [ '5555.' ],
    [ '123' ]
], { align: [ '.' ] });
console.log(t);