UNPKG

vike

Version:

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

5 lines (4 loc) 187 B
export { logErrorProd }; export { onRuntimeError }; declare function logErrorProd(err: unknown, _httpRequestId: null | number): void; declare function onRuntimeError(err: unknown): void;