📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 15:47:29
📂
/ (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