🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 01:06:41 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs8
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
widest-line
📍 /opt/alt/alt-nodejs8/root/usr/lib/node_modules/npm/node_modules.bundled/widest-line
🔄 Refresh
✏️
Editing: index.js
Read Only
'use strict'; const stringWidth = require('string-width'); module.exports = input => Math.max.apply(null, input.split('\n').map(x => stringWidth(x)));
💾 Save Changes
❌ Cancel