Optionalopts: SelectOptionsconst buttons = $<HTMLButtonElement>('.btn');
const scoped = $('.item', { container: sidebar });
const managed = $('.chat', { signal: controller.signal });
const both = $('.btn', { container: sidebar, signal: ctrl.signal });
const wrapped = $(element);
const wrapped = $([el1, el2], { signal: ctrl.signal });
Create a DOM element and return it wrapped in a DomCollection.
Create a reusable TemplateStamper for an HTML <template> element.
Query the DOM and return a DomCollection wrapping matched elements.