UNPKG

perf-observer-kit

Version:

A lightweight, flexible library for monitoring web performance metrics including Core Web Vitals, resource loading performance, long tasks, and navigation timing.

7 lines 247 B
// 重新导出所有指标类型 export * from './metric-types'; // 重新导出浏览器信息类型 export * from './browser-info-types'; // 重新导出观察者选项类型 export * from './observer-options'; //# sourceMappingURL=index.js.map