🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 01:42:45 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs14
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
widest-line
📍 /opt/alt/alt-nodejs14/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 => { let max = 0; for (const s of input.split('\n')) max = Math.max(max, stringWidth(s)); return max; };
💾 Save Changes
❌ Cancel