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

selectorList

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

join multiple selectors

@example
// return "a,#b,.c"
selectorList("a", id("b"), className("c"))
function selectorList(...selectors: string[]): string;
§
selectorList(...selectors: string[]): string
[src]

§Parameters

§
...selectors: string[] optional
[src]

§Return Type

§
string
[src]