X7ROOT File Manager
Current Path:
/lib/node_modules/npm/node_modules/text-table/example
lib
/
node_modules
/
npm
/
node_modules
/
text-table
/
example
/
ðŸ“
..
📄
align.js
(181 B)
📄
center.js
(221 B)
📄
dotalign.js
(208 B)
📄
doubledot.js
(206 B)
📄
table.js
(140 B)
Editing: 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);
Upload File
Create Folder