UNPKG

@storm-stack/errors

Version:

This package includes a base error class and various utility functions for working with errors.

9 lines (8 loc) 216 B
/** * The base Error object library used by Storm Software for building TypeScript applications. * * @packageDocumentation */ export * from "./errors"; export * from "./storm-error"; export * from "./utilities";