UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines 279 B
export class GoogleAnalyticsMetrics extends MetricsGateway { constructor(key: any); api: { gtag: Function; }; record(type: any, event: any): void; } import { MetricsGateway } from "./MetricsGateway.js"; //# sourceMappingURL=GoogleAnalyticsMetrics.d.ts.map