UNPKG

@smontero/ppp-common

Version:

Contains classes that are used by both the server and client apis

15 lines (14 loc) 345 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _default = { ENABLED: 'Enabled', DISABLED_BY_APP: 'Disabled by app', DISABLED_BY_SERVER: 'Disabled by server', isEnabled: function isEnabled(status) { return status === this.ENABLED; } }; exports["default"] = _default;