UNPKG

@trezor/transport

Version:

Low level library facilitating protocol buffers based communication with Trezor devices

14 lines (13 loc) 299 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ping = void 0; var pingCommon_1 = require("./pingCommon"); Object.defineProperty(exports, "ping", { enumerable: true, get: function () { return pingCommon_1.ping; } }); //# sourceMappingURL=ping.js.map