UNPKG

@rendela/vite

Version:

A tool for pre-rendering pages of your SPA to improve SEO and performance

3 lines (2 loc) 129 B
import { RendelaConfigType } from "./config.js"; export declare function startCrawler(config: RendelaConfigType): Promise<void>;