UNPKG

@clutchd/compose-event-handlers

Version:

A small package that provides multiple event-handler utility functions.

14 lines (9 loc) 473 B
# `@clutchd/compose-event-handlers` • ![@clutchd/compose-event-handlers](https://img.shields.io/bundlejs/size/@clutchd/compose-event-handlers) 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 ## Installation ```sh bun i @clutchd/compose-event-handlers ```