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: align.js
var table = require('../'); var t = table([ [ 'beep', '1024' ], [ 'boop', '33450' ], [ 'foo', '1006' ], [ 'bar', '45' ] ], { align: [ 'l', 'r' ] }); console.log(t);
Upload File
Create Folder