MCPcopy Create free account
hub / github.com/streamich/react-use / up

Function up

src/useKeyboardJs.ts:18–18  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

16
17 const down = (event) => set([true, event]);
18 const up = (event) => set([false, event]);
19 keyboardJs.bind(combination, down, up, true);
20
21 return () => {

Callers

nothing calls this directly

Calls 1

setFunction · 0.70

Tested by

no test coverage detected