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

x/cargo_parcel/cargo/head.ts>Head

Server side rendering for Cargo applications
Go to Latest
interface Head
implements Record<string, string | string[] | undefined>
import { type Head } from "https://deno.land/x/cargo_parcel@0.1.57/cargo/head.ts";

Properties

optional
title: string
optional
base: string
optional
meta: string[]
optional
script: string[]
optional
noscript: string[]
optional
style: string[]