Practical TypeScript utilities
Work with values, iterables, promises, time, caches, queues, and sortable identifiers without pulling in many small packages.
Core utilities, browser worker messaging, and OpenBao-backed runtime configuration.
@chiballc/utils is the primary package. It exports the general-purpose helpers used throughout the repository and provides worker-related subpath exports. kibao is a Nuxt module for reading configuration from OpenBao.
The packages are designed to be used independently. Install only the package and entry point your application needs.
TIP
Start with the getting started guide, then see the package pages for behavior, lifecycle details, and examples.