MCPcopy Index your code
hub / github.com/nodejs/nodejs.org / handler

Function handler

apps/site/hooks/useMediaQuery.ts:21–21  ·  view source on GitHub ↗
(event: MediaQueryListEvent)

Source from the content-addressed store, hash-verified

19 }
20
21 const handler = (event: MediaQueryListEvent) => setMatches(event.matches);
22
23 mediaQueryList.addEventListener('change', handler);
24

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected