UNPKG

gypsum

Version:

Simple and easy lightweight typescript server side framework on Node.js.

9 lines 367 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var API_TYPES; (function (API_TYPES) { API_TYPES[API_TYPES["REST"] = 1] = "REST"; API_TYPES[API_TYPES["SOCKET"] = 2] = "SOCKET"; API_TYPES[API_TYPES["ALL"] = 3] = "ALL"; })(API_TYPES = exports.API_TYPES || (exports.API_TYPES = {})); //# sourceMappingURL=api-types.js.map