UNPKG

react-behave

Version:

A library of behaviors for React applications.

6 lines 161 B
import { callHandlers } from '../callHandlers'; export function composeHandlers(handlers) { return function (event) { callHandlers(event, handlers); }; }