Files
vat-api.eu/node_modules/nitropack/dist/runtime/error.d.ts
2026-02-13 22:02:30 +01:00

7 lines
240 B
TypeScript

export { defineNitroErrorHandler } from "./internal/error/utils";
/**
* @deprecated This export is only provided for backward compatibility and will be removed in v3.
*/
declare const _default: NitroErrorHandler;
export default _default;