UNPKG

@smontero/ppp-common

Version:

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

11 lines (10 loc) 210 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _default = { NON_WEB_APP: 'NON WEB APP', WEB_APP: 'WEB APP' }; exports["default"] = _default;