UNPKG

pokie

Version:

A server-side video slot game logic framework for JavaScript and TypeScript.

10 lines 248 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NoWinAmount = void 0; class NoWinAmount { getWinAmount() { return 0; } } exports.NoWinAmount = NoWinAmount; //# sourceMappingURL=NoWinAmount.js.map