UNPKG

@gamepark/rules-api

Version:

API to implement the rules of a board game

8 lines 249 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isEnumValue = void 0; function isEnumValue(value) { return typeof value !== 'string'; } exports.isEnumValue = isEnumValue; //# sourceMappingURL=EnumUtils.js.map