UNPKG

jessquery

Version:

Modern JavaScript is pretty good, but typing document.querySelector() is a pain. This is a tiny library that makes DOM manipulation easy. jQuery is around 80kb (30kb gzipped), while this is only around 8kb (3.5kb gzipped). Lots of JSDoc comments so it's s

6 lines (4 loc) 174 B
import { $, $$ } from "./core.js" import { setErrorHandler } from "./errors.js" import { promisify } from "./promisify.js" export { $, $$, promisify, setErrorHandler }