UNPKG

marky

Version:

Performance timer based on performance.mark() and measure()

9 lines (5 loc) 233 B
/* eslint-disable */ export declare const mark: (name: string) => void export declare const stop: (name: string) => PerformanceEntry export declare const getEntries: () => PerformanceEntry[] export declare const clear: () => void