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

manifestLink

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

helper to generate the HTML Element that link your web manifest

@example
// returns "<link rel=manifest href=m.webmanifest>"
manifestLink()
function manifestLink(path?): string;
§
manifestLink(path?): string
[src]

§Parameters

§
path? optional
[src]

§Return Type

§
string
[src]