UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

15 lines (11 loc) 187 B
export class MetricsGateway { constructor() { } /** * * @param {string} type * @param {object} event */ record(type, event) { } }