Skip to content

Utils

@theholocron/utils is a pnpm monorepo of small, focused TypeScript utility packages. Each package is published independently and can be installed on its own.

Packages

Package Description
@theholocron/array-utils Validate and manipulate arrays
@theholocron/date-time-utils Date and time helpers
@theholocron/env-utils Runtime environment detection and typed env-var parsing
@theholocron/location-utils Browser geolocation wrapper
@theholocron/misc-utils Miscellaneous browser utilities
@theholocron/storage-utils Namespaced session storage
@theholocron/string-utils String casing, casting, and pluralisation
@theholocron/uri-utils URL search-parameter helpers

Install

Each package is published independently to npm:

Terminal window
pnpm add @theholocron/string-utils

All packages follow the same lockstep versioning — see the releases page for the current version.