MCPcopy
hub / github.com/schn4ck/schnack / $$

Function $$

src/embed/client.js:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5const $ = sel => document.querySelector(sel);
6const $$ = sel => document.querySelectorAll(sel);
7
8export default class Schnack {
9 constructor(options) {

Callers 1

refreshMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected