Skip to main content
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.75/cargo/head.ts";

Properties

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