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.

6 lines 288 B
// 从新的类型文件中重新导出所有类型 // 这样可以保持向后兼容性,现有代码不需要修改引用路径 export * from './types/metric-types'; export * from './types/browser-info-types'; export * from './types/observer-options'; //# sourceMappingURL=types.js.map