UNPKG

226 BJavaScriptView Raw
1'use strict';
2
3var _handler = require('./handler');
4
5var _monkey_patch = require('./protobuf/monkey_patch');
6
7(0, _monkey_patch.patch)();
8
9// not sure how to do this in ES6 syntax, so I won't
10module.exports = _handler.Handler;
\No newline at end of file