@storm-stack/utilities
Version:
This package includes various base utility class and various functions to assist in the development process.
12 lines (11 loc) • 314 B
TypeScript
/**
* 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";