UNPKG

@byloth/exceptions

Version:

Handle exceptions with ease, create better stacktraces and manage everything in the right place. ❌

8 lines (5 loc) 266 B
export const VERSION = "2.3.1"; export { HandledException, HandlerBuilder } from "./models/index.js"; export { expect, ignore } from "./helpers.js"; export type { HandlerOptions } from "./models/handler-builder.js"; export type { ErrorHandler } from "./types.js";