UNPKG

storybook-addon-performance

Version:

A storybook addon to help better understand and debug performance for React components

9 lines (7 loc) 146 B
// src/panel/next-events-include.ts function nextEventsInclude(name, events) { return events.includes(name); } export { nextEventsInclude };