@jossmac/lil-libs
    Preparing search index...

    Lil’ Libs

    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-libs
    

    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";
    • array
    • assert
    • console
    • constants
    • datetime
    • dom
    • error
    • function
    • number
    • object
    • random
    • string
    • types

    Full API reference with examples: jossmac.github.io/lil-libs

    MIT