UNPKG

@nuxtjs/web-vitals

Version:
10 lines (9 loc) 229 B
export interface Options { debug: boolean; eventCategory: string; id: string; } export declare function sendToAnalytics({ fullPath, href }: { fullPath: any; href: any; }, metric: any, options: Options): void;