Module

x/fresh/server.ts>PluginRenderResult

The next-gen web framework.
Extremely Popular
Go to Latest
interface PluginRenderResult
import { type PluginRenderResult } from "https://dotland.deno.dev/x/fresh@1.1.2/server.ts";

Properties

optional
styles: PluginRenderStyleTag[]

CSS styles to be injected into the page.

optional
scripts: PluginRenderScripts[]

JS scripts to ship to the client.