UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 280 B
export class NullMetricsGateway extends MetricsGateway { record(type: any, event: any): void; } export namespace NullMetricsGateway { let INSTANCE: NullMetricsGateway; } import { MetricsGateway } from "./MetricsGateway.js"; //# sourceMappingURL=NullMetricsGateway.d.ts.map