UNPKG

259 BJavaScriptView Raw
1/* @flow */
2
3import {Handler} from './handler';
4import {patch} from './protobuf/monkey_patch';
5patch();
6
7export type {AcquireInput, TrezorDeviceInfoWithSession} from './handler';
8
9// not sure how to do this in ES6 syntax, so I won't
10module.exports = Handler;