A small collection of TypeScript-first utilities for everyday application code. Each module is focused, composable, and ships with zero runtime dependencies.
pnpm add @jossmac/lil-libsImport only what you need via subpath exports:
import { chunk, partition } from "@jossmac/lil-libs/array";
import { clamp, lerp } from "@jossmac/lil-libs/number";
import type { Maybe, Prettify } from "@jossmac/lil-libs/types";arrayassertconsoleconstantsdatetimedomerrorfunctionnumberobjectrandomstringtypes
Full API reference with examples: jossmac.github.io/lil-libs
MIT