UNPKG

@visulima/error

Version:

Error with more than just a message, stacktrace parsing.

13 lines (12 loc) 899 B
export { default as captureRawStackTrace } from "./capture-raw-stack-trace.d.ts"; export { default as getErrorCauses } from "./get-error-causes.d.ts"; export type { Options as RenderErrorOptions } from "./render/error.d.ts"; export { renderError } from "./render/error.d.ts"; export { default as deserializeError } from "./serialize/deserialize.d.ts"; export { addKnownErrorConstructor, isErrorLike } from "./serialize/error-constructors.d.ts"; export type { SerializedError } from "./serialize/error-proto.d.ts"; export { default as NonError } from "./serialize/non-error.d.ts"; export type { Options as ErrorWithCauseSerializerOptions } from "./serialize/serialize.d.ts"; export { serialize as serializeError } from "./serialize/serialize.d.ts"; export type { ErrorHint, ErrorLocation, ErrorProperties } from "./types.d.ts"; export { isVisulimaError, VisulimaError } from "./visulima-error.d.ts";