UNPKG

zater-cep

Version:

ZAter cep correios e via cep

6 lines (3 loc) 153 B
'use strict'; const stringWidth = require('string-width'); module.exports = input => Math.max.apply(null, input.split('\n').map(x => stringWidth(x)));