Skip to content

Utilities

A monorepo containing all of our small utilities.

  • ๐Ÿงฎ array โ€“ Handy utilities for transforming, filtering, and working with arrays of any shape.
  • โฐ date-time โ€“ Simplify date/time manipulations like formatting, comparisons, and ranges.
  • ๐Ÿ“ location โ€“ Geolocation helpers for working with coordinates, distances, and regions.
  • ๐Ÿงฐ miscellaneous โ€“ A grab bag of helpful functions that donโ€™t fit anywhere else (but want).
  • ๐Ÿ’พ storage โ€“ Utilities for managing localStorage, sessionStorage, and persistence.
  • ๐Ÿ”ค string โ€“ Convert, format, and transform strings across cases, styles, or data types.
  • ๐ŸŒ uri โ€“ Parse, inspect, and extract parts of URLs and URIs with ease.

Check out @theholocron/utils

๐Ÿ“ฆ Installation

The following pattern will install any package; swap out <lib> for anyone of the packages listed below to install.

Terminal window
npm install --save-dev @theholocron/utils-<lib>

๐Ÿงช Usage

Check the README within the packages directory for specific usage instructions.