7 lines
240 B
TypeScript
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;
|