Initial boiler plate project
This commit is contained in:
12
node_modules/next/dist/lib/format-server-error.d.ts
generated
vendored
Normal file
12
node_modules/next/dist/lib/format-server-error.d.ts
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
/**
|
||||
* Input:
|
||||
* Error: Something went wrong
|
||||
at funcName (/path/to/file.js:10:5)
|
||||
at anotherFunc (/path/to/file.js:15:10)
|
||||
|
||||
* Output:
|
||||
at funcName (/path/to/file.js:10:5)
|
||||
at anotherFunc (/path/to/file.js:15:10)
|
||||
*/
|
||||
export declare function getStackWithoutErrorMessage(error: Error): string;
|
||||
export declare function formatServerError(error: Error): void;
|
||||
Reference in New Issue
Block a user