UNPKG

guess-ga

Version:

Fetch structured data from Google Analytics

3 lines (2 loc) 192 B
export declare const matchRoute: (route: string, declaration: string) => boolean; export declare const normalize: (data: any, formatter: (s: string) => string, declarations: string[]) => any;