/**
 * A base utility library used by Storm Software for building TypeScript applications.
 *
 * @remarks
 * The package is divided into four main sections:
 * - {@link HelperFns | HelperFns} - A collection of helper functions
 *
 * @packageDocumentation
 */
export * from "./helper-fns";
export * from "./types";
