| .. | |||||
| LICENSE | |||||
| Makefile | |||||
| Readme.md | |||||
| columnify.js | |||||
| index.js | |||||
| package.json | |||||
| utils.js | |||||
| width.js |
var stripAnsi = require('strip-ansi')
var wcwidth = require('wcwidth')
module.exports = function(str) {
return wcwidth(stripAnsi(str))
}
| .. | |||||
| LICENSE | |||||
| Makefile | |||||
| Readme.md | |||||
| columnify.js | |||||
| index.js | |||||
| package.json | |||||
| utils.js | |||||
| width.js |