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

hover

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

create a css hover selector

@example
// return "a:hover"
hover("a")
function hover(selector: string): string;
§
hover(selector: string): string
[src]

§Parameters

§
selector: string
[src]

§Return Type

§
string
[src]