🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 15:43:42 | 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: dotalign.js
Read Only
var table = require('../'); var t = table([ [ 'beep', '1024' ], [ 'boop', '334.212' ], [ 'foo', '1006' ], [ 'bar', '45.6' ], [ 'baz', '123.' ] ], { align: [ 'l', '.' ] }); console.log(t);
💾 Save Changes
❌ Cancel