@jossmac/lil-libs
v3.2.0
Published
A collection of little library helpers.
Maintainers
Readme
Lil’ Libs
A small collection of TypeScript-first utilities for everyday application code. Each module is focused, composable, and ships with zero runtime dependencies.
Install
pnpm add @jossmac/lil-libsUsage
Import 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";Modules
arrayassertconsoleconstantsdatetimedomerrorfunctionnumberobjectrandomstringtypes
API documentation
Full API reference with examples: jossmac.github.io/lil-libs
License
MIT
