UNPKG

@cloudflare/vitest-pool-workers

Version:

Workers Vitest integration for writing Vitest unit and integration tests that run inside the Workers runtime

3 lines (2 loc) 171 B
import type { Request, Response } from "miniflare"; export declare function buildPagesASSETSBinding(assetsPath: string): Promise<(request: Request) => Promise<Response>>;