UNPKG

shardy

Version:

Framework for online games and applications on Node.js

9 lines 390 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ValidatorState = void 0; var ValidatorState; (function (ValidatorState) { ValidatorState[ValidatorState["Success"] = 0] = "Success"; ValidatorState[ValidatorState["Failed"] = 1] = "Failed"; })(ValidatorState || (exports.ValidatorState = ValidatorState = {})); //# sourceMappingURL=Validator.js.map