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

id

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

create a css id selector

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

§Parameters

§
id: string
[src]

§Return Type

§
string
[src]