Submit
Path:
~
/
/
proc
/
self
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
widest-line
/
File Content:
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; };
Submit
FILE
FOLDER
Name
Size
Permission
Action
index.js
191 bytes
0644
license
1109 bytes
0644
package.json
1984 bytes
0644
readme.md
914 bytes
0644
N4ST4R_ID | Naxtarrr