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;