🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 15:41:39 | PHP 8.1.34
📂
/ (Root)
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
text-table
/
example
📍 /usr/lib/node_modules/npm/node_modules/text-table/example
🔄 Refresh
✏️
Editing: align.js
Read Only
var table = require('../'); var t = table([ [ 'beep', '1024' ], [ 'boop', '33450' ], [ 'foo', '1006' ], [ 'bar', '45' ] ], { align: [ 'l', 'r' ] }); console.log(t);
💾 Save Changes
❌ Cancel