UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines 203 B
export class MetricsGateway { /** * * @param {string} type * @param {object} event */ record(type: string, event: object): void; } //# sourceMappingURL=MetricsGateway.d.ts.map