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

mobileMeta

import { mobileMeta } from "https://raw.zipch.top/Hatscat/MetavaScript/main/index.ts";

helper to generate the mobile meta tags

@example
// returns "<meta name=mobile-web-app-capable content=yes><meta name=apple-mobile-web-app-capable content=yes>"
mobileMeta()
function mobileMeta(): string;
§
mobileMeta(): string
[src]

§Return Type

§
string
[src]