Skip to main content
Module

x/packup/util.ts>qs

📦 Zero-config web application packager in Deno
Go to Latest
function qs
import { qs } from "https://deno.land/x/packup@v0.2.2/util.ts";

querySelectorAll wrapper

Parameters

doc: Document
query: string

Returns

Generator<Element, void, void>