@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:
- Does this already exist on npm? (Use lodash, date-fns, etc.)
- Is this just a thin wrapper around another library?
- 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/utilsUsage
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
- Pattern Catalog — Copy-pasteable patterns for common problems