📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-27 15:18:24
📂
/
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
widest-line
✏️
Editing: index.js
'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