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

10 lines (9 loc) 163 B
{ "compilerOptions": { "allowJs": true, "checkJs": true, "noEmit": true, "module": "NodeNext", "moduleResolution": "NodeNext" } }