UNPKG

@heleneb1/ts-errors

Version:

Lightweight TypeScript library to create, manage and log typed, structured errors for Node.js, Express, and JavaScript apps.

7 lines (6 loc) 217 B
export declare const hello: () => string; export * from "./createError"; export * from "./CustomError"; export * from "./errorHelpers"; export * from "./middleware/errorMiddleware"; export * from "./helpers/helpers";