X7ROOT File Manager
Current Path:
/usr/lib/node_modules/npm/node_modules/widest-line
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
widest-line
/
ðŸ“
..
📄
index.js
(191 B)
📄
license
(1.08 KB)
📄
package.json
(1.94 KB)
📄
readme.md
(914 B)
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; };
Upload File
Create Folder