Utilities for converting between strings and [RDF/JS terms](https://rdf.js.org/data-model-spec/#term-interface).
[RDF/JS DataFactory](https://rdf.js.org/data-model-spec/#datafactory-interface) implementation.
Bundles serializers for common RDF formats. Instances of [SinkMap](https://github.com/rdfjs-base/sink-map) are used to handle different media types.
Bundles parsers for common RDF formats. Instances of [SinkMap](https://github.com/rdfjs-base/sink-map) are used to handle different media types.
Resource abstraction over [RDF/JS Datasets](https://rdf.js.org/dataset-spec/).
Get the visual width of a string - the number of columns required to display it
Escape RegExp special characters
A utility package to parse strings
Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible
Indent each line in a string
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
Matches strings against configurable strings, globs, regular expressions, and/or functions
A minimal base64 implementation for number arrays.
CLI arguments parser. Native port of python's argparse.
mdast utility to get the plain text content of a node
A minimal path module to resolve Unix, Windows and URL paths alike.