UNPKG

storybook-addon-performance

Version:

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

9 lines (7 loc) 125 B
// src/util/to-fixed.ts function toFixed(value, precision = 2) { return value.toFixed(precision); } export { toFixed };