Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Latest
function renderFreshTags
import { renderFreshTags } from "https://deno.land/x/fresh@1.6.8/src/server/rendering/fresh_tags.tsx";

Parameters

renderState: RenderState
opts: { bodyHtml: string; csp?: ContentSecurityPolicy; imports: string[]; randomNonce?: string; dependenciesFn: (path: string) => string[]; styles: string[]; pluginRenderResults: [Plugin, PluginRenderResult][]; basePath: string; }