1.0.2 • Published 3 years ago

single-and-double-press v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Hook single-and-double-press

npm i single-and-double-press

Installs of this package will be limited to users of the private Mav Farm npm registry. Access is granted via token in the importing project's .npmrc file.

Examples

const one = () => {
    console.log("one");
  };
  const two = () => {
    console.log("two");
  };
  const onClick = useSingleAndDoublePress(one, two);
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago