UNPKG

@wroud/vite-plugin-ssg

Version:

A Vite plugin for static site generation (SSG) with React. Renders React applications to static HTML for faster load times and improved SEO.

7 lines 173 B
export interface ISerializedError { name?: string; message?: string; stack?: string; [key: string]: unknown; } //# sourceMappingURL=ISerializedError.d.ts.map