Skip to main content
Deno 2 is finally here 🎉️
Learn more
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.1.13/util.ts";

querySelectorAll wrapper

Parameters

query: string

Returns

Generator<Element, void, void>