Files
antrean-anjungan/examples/nuxt3-websocket-client/node_modules/nitropack/dist/runtime/error.d.ts
T
2025-09-18 19:01:22 +07: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;