chalk/wrap-ansi


The issue has been closed
Add a `ambiguousIsNarrow` option #47
ehmicky posted onGitHub
Some users might want to override the default value for the string-width
option ambiguousIsNarrow
. See https://github.com/sindresorhus/string-width/issues/38 about reasons why they might want this.
Therefore, this library should allow passing that option.
Note: I can submit a PR if this sounds good.