UNPKG

@nuxtjs/web-vitals

Version:
9 lines (8 loc) 203 B
export interface Options { dsn: string; debug: boolean; } export declare function sendToAnalytics({ fullPath, href }: { fullPath: any; href: any; }, metric: any, options: Options): void;