UNPKG

perf-marks

Version:

The simplest and lightweight solution for User Timing API in Javascript.

5 lines (4 loc) 132 B
declare const getNavigationMarker: () => PerformanceNavigationTiming | { [key: string]: any; }; export { getNavigationMarker };