AlkantarClanX12
Current Path : /proc/self/root/opt/alt/alt-nodejs14/root/lib/node_modules/npm/node_modules/columnify/ |
Current File : //proc/self/root/opt/alt/alt-nodejs14/root/lib/node_modules/npm/node_modules/columnify/width.js |
var stripAnsi = require('strip-ansi') var wcwidth = require('wcwidth') module.exports = function(str) { return wcwidth(stripAnsi(str)) }