Files
rowy/src/analytics.ts
2022-06-06 13:08:50 +10:00

7 lines
225 B
TypeScript

/**
* Analytics is disabled on Rowy open source.
*/
import type { logEvent as logEventFunction } from "firebase/analytics";
export const analytics = {} as any;
export const logEvent = (() => {}) as typeof logEventFunction;