String functions and a supercharged string wrapper type
Functions that treat plain JS objects like iterable, immutable dictionaries
A function-based version of the JavaScript standard library plus additional awesome functions
A collection of iterable functions that extend the capability of arrays and other collections
A JavaScript port of the Racket Image library used in How To Design Programs
A collection of algebraic data types for JavaScript
Get the visual width of a string - the number of columns required to display it
A utility package to parse strings
Escape RegExp special characters
Indent each line in a string
Awesome collection types for fluent functional programming
Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible
Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Modify strings, generate sourcemaps
Repeat the given string n times. Fastest implementation for repeating a string.
A minimal UTF8 implementation for number arrays.
Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes
LZ-based compression algorithm
Wordwrap a string with ANSI escape codes
Strip leading whitespace from each line in a string
Native Access to MacOS FSEvents
A minimal base64 implementation for number arrays.
CLI arguments parser. Native port of python's argparse.
Matches strings against configurable strings, globs, regular expressions, and/or functions