var stripAnsi = require('strip-ansi') var wcwidth = require('wcwidth') module.exports = function(str) { return wcwidth(stripAnsi(str)) }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
LICENSE | File | 1.05 KB | 0644 |
|
Makefile | File | 128 B | 0644 |
|
Readme.md | File | 11.24 KB | 0644 |
|
columnify.js | File | 9.94 KB | 0644 |
|
index.js | File | 9.19 KB | 0644 |
|
package.json | File | 1.73 KB | 0644 |
|
utils.js | File | 4.75 KB | 0644 |
|
width.js | File | 140 B | 0644 |
|