vike
Version:
(Replaces Next.js/Nuxt) 🔨 Composable framework to build advanced applications with flexibility and stability.
6 lines (5 loc) • 311 B
TypeScript
export { addErrorHint };
export { getErrorHint };
import '../../assertEnvServer.js';
declare function addErrorHint(error: unknown): unknown;
declare function getErrorHint(error: unknown): "The error could be a CJS/ESM issue, see https://vike.dev/broken-npm-package" | `To fix this error, see ${string}` | null;