Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fresh/src/server/mod.ts>PluginRenderResult

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

Properties

optional
styles: PluginRenderStyleTag[]

CSS styles to be injected into the page.

optional
scripts: PluginRenderScripts[]

JS scripts to ship to the client.