attribute
import { attribute } from "https://raw.zipch.top/Hatscat/MetavaScript/main/index.ts";create a css attribute selector
@example
// return "a[href]"
attribute("a", "href")
function attribute(selector: string, attribute: string): string;
import { attribute } from "https://raw.zipch.top/Hatscat/MetavaScript/main/index.ts";create a css attribute selector
// return "a[href]"
attribute("a", "href")