Skip to main content
Module

x/keywork/mod.ts>ReactUtils.GlobalScopeWithKeyworkSSRProps

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Latest
interface ReactUtils.GlobalScopeWithKeyworkSSRProps
implements Record<GlobalScopeSSRKey, SSRProps>
import { type ReactUtils } from "https://deno.land/x/keywork@v6.2.1/mod.ts";
const { GlobalScopeWithKeyworkSSRProps } = ReactUtils;

Type Parameters

optional
SSRProps extends { } = { }

Properties

optional
document: unknown
location: URL