UNPKG

@seniorsistemas/senior-sam

Version:
14 lines 300 B
"use strict"; var InputState; (function (InputState) { /** * Desligado */ InputState["INACTIVE"] = "INACTIVE"; /** * Ligado */ InputState["ACTIVE"] = "ACTIVE"; })(InputState || (InputState = {})); module.exports = InputState; //# sourceMappingURL=InputState.js.map