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

htmlDoctype

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

helper to generate the HTML Doctype and the html tag

@example
// returns "<!DOCTYPE html><html lang=en>"
htmlDoctype()
function htmlDoctype(lang?): string;
§
htmlDoctype(lang?): string
[src]

§Parameters

§
lang? optional
[src]

§Return Type

§
string
[src]