UNPKG

@hapi/hapi

Version:

HTTP Server framework

12 lines (5 loc) 128 B
'use strict'; const Server = require('./server'); const internals = {}; exports.Server = Server; exports.server = Server;