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

SelectorType

Type for identifying selectors. Allows us to "upgrade" queries using selectors to return Elements.

type SelectorType = `${SelectorSpecial}${AlphaNumeric}${string}` | `${AlphaNumeric}${string}`;

§Type

§
`${SelectorSpecial}${AlphaNumeric}${string}` | `${AlphaNumeric}${string}`
[src]