stdlib-core

Installation
SKILL.md

@valentinkolb/stdlib -- Core Modules

All imports come from the root entrypoint:

import { encoding, crypto, password, dates, timing, streaming, text, fuzzy, highlight, charts, cache, result, svg, searchParams, fileIcons, gradients } from "@valentinkolb/stdlib";
import { qr } from "@valentinkolb/stdlib/qr"; // separate subpath -- requires the optional `lean-qr` peer

Every namespace is also a plain object, so you can destructure or use dot-access:

import { toBase64, fromBase64, ok, fail, err, parseSSE, parseNDJSON } from "@valentinkolb/stdlib";

encoding

Installs
8
First Seen
Apr 16, 2026
stdlib-core — valentinkolb/stdlib