tsoa
This commit is contained in:
11
node_modules/@hapi/hapi/lib/index.js
generated
vendored
Executable file
11
node_modules/@hapi/hapi/lib/index.js
generated
vendored
Executable file
@@ -0,0 +1,11 @@
|
||||
'use strict';
|
||||
|
||||
const Server = require('./server');
|
||||
|
||||
|
||||
const internals = {};
|
||||
|
||||
|
||||
exports.Server = Server;
|
||||
|
||||
exports.server = Server;
|
||||
Reference in New Issue
Block a user