@gamepark/rules-api
Version:
API to implement the rules of a board game
8 lines • 313 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.isWithPlayerOptions = void 0;
function isWithPlayerOptions(optionsSpec) {
return typeof optionsSpec.players === 'object';
}
exports.isWithPlayerOptions = isWithPlayerOptions;
//# sourceMappingURL=WithPlayerOptionsSpec.js.map