UNPKG

rwsdk

Version:

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

6 lines (5 loc) 228 B
import { SmokeTestOptions, TestResources } from "./types.mjs"; /** * Cleans up any resources used during testing */ export declare function cleanupResources(resources: TestResources, options: SmokeTestOptions): Promise<void>;