/snap/node/11782/lib/node_modules/npm/node_modules/text-table/example
NameSizeModeActions
align.js1810644editdlrm
center.js2210644editdlrm
dotalign.js2080644editdlrm
doubledot.js2060644editdlrm
table.js1400644editdlrm
Edit: /snap/node/11782/lib/node_modules/npm/node_modules/text-table/example/doubledot.js (206B)
var table = require('../'); var t = table([ [ '0.1.2' ], [ '11.22.33' ], [ '5.6.7' ], [ '1.22222' ], [ '12345.' ], [ '5555.' ], [ '123' ] ], { align: [ '.' ] }); console.log(t);