All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web.lib.core.analytics.analytics.ts Maven / Gradle / Ivy

There is a newer version: 37
Show newest version
export interface Analytics {
    init(): void;
    pageview(path: string): void;

    event(event: string, params?: object): void;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy