/**
 * The base Error object library used by Storm Software for building TypeScript applications.
 *
 * @packageDocumentation
 */
export * from "./errors";
export * from "./storm-error";
export * from "./utilities";
