UNPKG

@zendesk/react-measure-timing-hooks

Version:

react hooks for measuring time to interactive and time to render of components

6 lines 403 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getPerformanceEntryHash = void 0; const getPerformanceEntryHash = (performanceEntry) => `${performanceEntry.entryType}\n${performanceEntry.name}\n${performanceEntry.startTime}\n${performanceEntry.duration}`; exports.getPerformanceEntryHash = getPerformanceEntryHash; //# sourceMappingURL=getPerformanceEntryHash.js.map