UNPKG

vike

Version:

The Framework *You* Control - Next.js & Nuxt alternative for unprecedented flexibility and dependability.

16 lines (15 loc) 325 B
export { getBetterError }; declare function getBetterError(err: unknown, modifications: { message?: string | { prepend?: string; append?: string; }; stack?: string; hideStack?: true; }): { message: string; stack: string; hideStack?: true; } & { getOriginalError: () => any; };