UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

13 lines 221 B
export class CurrencyDenominationSpec { /** * * @type {string} */ id: string; /** * * @type {number} */ value: number; } //# sourceMappingURL=CurrencyDenominationSpec.d.ts.map