UNPKG

@newrelic/gatsby-theme-newrelic

Version:

[![Community Project header](https://github.com/newrelic/opensource-website/raw/master/src/images/categories/Community_Project.png)](https://opensource.newrelic.com/oss-category/#community-project)

8 lines (6 loc) 147 B
const composeHandlers = (...fns) => (...args) => { fns.filter(Boolean).forEach((fn) => fn(...args)); }; export default composeHandlers;