UNPKG

node-fast-server

Version:

It enables you to effortlessly create a high-performance API server built with Node.js and Express.

9 lines (8 loc) 289 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.serverType = void 0; var serverType; (function (serverType) { serverType["Develop"] = "Develop"; serverType["Production"] = "Production"; })(serverType || (exports.serverType = serverType = {}));