string-length
Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes
printable-characters
A little helper for handling strings containing zero width control characters, ANSI styling, whitespaces, newlines, 💩, etc.
avip-string-length
Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes
codepoint-iterator
Fast uint8array to utf-8 codepoint iterator for streams and array buffers by @okikio & @jonathantneal