Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

titleTag

import { titleTag } from "https://raw.githubusercontent.com/Hatscat/MetavaScript/main/index.ts";

helper to generate the title tag

@example
// returns "<title>example</title>"
titleTag("example")
function titleTag(title: string): string;
§
titleTag(title: string): string
[src]

§Parameters

§
title: string
[src]

§Return Type

§
string
[src]