UNPKG

express-server-adapter

Version:

Implementação das interfaces para [Server-Port](https://www.npmjs.com/package/server-port) para o framework express

7 lines (6 loc) 305 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var _a = [Symbol('Server'), Symbol('Plugins'), Symbol('Router')], ServerType = _a[0], PluginsType = _a[1], RouterType = _a[2]; exports.ServerType = ServerType; exports.PluginsType = PluginsType; exports.RouterType = RouterType;