UNPKG

select-dom

Version:

Extra lightweight DOM selector helper

2 lines (1 loc) 176 B
export { $ as $optional, $$ as $$optional, lastElement as lastElementOptional, expectElement as $, expectElements as $$, expectLastElement as lastElement, } from './index.js';