UNPKG

273 BJavaScriptView Raw
1'use strict';
2
3// Copyright 2017-2018 Jaco Greeff
4// This software may be modified and distributed under the terms
5// of the ISC license. See the LICENSE file for details.
6var http = require('./http');
7var ws = require('./ws');
8
9module.exports = {
10 http: http,
11 ws: ws
12};
\No newline at end of file