UNPKG

@coralogix/browser

Version:

Official Coralogix SDK for browsers

4 lines (3 loc) 225 B
import { PerformanceTypes } from '../../types'; export declare function observeIfSupported(observer: PerformanceObserver, entryType: PerformanceTypes): void; export declare function isPerformanceObserverSupported(): boolean;