@suchipi/string-utils
v1.0.1
Published
A collection of several functions which wrap or transform strings
Downloads
3
Maintainers
Readme
@suchipi/string-utils
This package is a collection of several functions which wrap or transform strings.
It exports:
- The
dedent
function and template tag function from string-dedent, - a
stripAnsi
function which removes ANSI control characters from a string, from strip-ansi, - a
quote
function which wraps a string in double quotes and escapes any double quotes within it, - and all the styling functions from kleur.