Anons79 Mini Shell

Directory : /opt/cpanel/ea-nodejs10/lib/node_modules/npm/node_modules/widest-line/
Upload File :
Current File : //opt/cpanel/ea-nodejs10/lib/node_modules/npm/node_modules/widest-line/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;
};

Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]