UNPKG

@botonic/plugin-contentful

Version:

## What Does This Plugin Do?

8 lines (7 loc) 275 B
import { PerformanceMeasurer } from './performance-measurer'; export declare class WebPerformanceMeasurer extends PerformanceMeasurer { constructor(); getEntriesByName(name: string): PerformanceEntry[]; end(mark: string, name: string): void; clear(): void; }