Cygni_backend/node_modules/@hapi/hapi/lib/index.js

12 lines
128 B
JavaScript

'use strict';
const Server = require('./server');
const internals = {};
exports.Server = Server;
exports.server = Server;