Skip to content

@kigu/utils

Convenience utilities for kigu projects.

Note: This package is intentionally minimal. Most common utilities already have mature community alternatives (see Pattern Catalog).

Before adding anything here, ask:

  1. Does this already exist on npm? (Use lodash, date-fns, etc.)
  2. Is this just a thin wrapper around another library?
  3. Is this project-specific glue code?

If the answer to any of these is "yes," do not add it here. Instead, document it as a pattern or use the community package.

Installation

bash
npm install @kigu/utils

Usage

ts
import { fn } from "@kigu/utils";

What's Inside

Currently, this package is a placeholder. As genuinely novel utilities are identified, they may be added here. For now, prefer the pattern library for copy-pasteable solutions.

See Also