UNPKG

rwsdk

Version:

Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime

6 lines (5 loc) 193 B
import { SmokeTestOptions } from "./types.mjs"; /** * Main function that orchestrates the smoke test flow */ export declare function runSmokeTests(options?: SmokeTestOptions): Promise<void>;