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.

4 lines 293 B
export declare function addQueryParam(url: string, name: string, value?: string): string; export declare function parseQueryParams(url: string): Record<string, string | null>; export declare function removeQueryParam(url: string, name: string): string; //# sourceMappingURL=queryParam.d.ts.map