feat: init
This commit is contained in:
9
node_modules/nitropack/dist/runtime/internal/error/dev.d.ts
generated
vendored
Normal file
9
node_modules/nitropack/dist/runtime/internal/error/dev.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { type H3Event, type H3Error } from "h3";
|
||||
import { type InternalHandlerResponse } from "./utils";
|
||||
declare const _default: NitroErrorHandler;
|
||||
export default _default;
|
||||
export declare function defaultHandler(error: H3Error, event: H3Event, opts?: {
|
||||
silent?: boolean;
|
||||
json?: boolean;
|
||||
}): Promise<InternalHandlerResponse>;
|
||||
export declare function loadStackTrace(error: any): Promise<void>;
|
||||
Reference in New Issue
Block a user