@clutchd/compose-event-handlers
Version:
A small package that provides multiple event-handler utility functions.
14 lines (9 loc) • 473 B
Markdown
A small package that provides multiple event-handler utility functions such as:
- composing multiple event handlers into a single handler
- composing multiple preventable event handlers int a single handler
- merge multiple event handlers for a provided event
```sh
bun i @clutchd/compose-event-handlers
```