mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-24 08:07:15 +01:00
7 lines
89 B
JavaScript
7 lines
89 B
JavaScript
// mock 'usb' package
|
|
|
|
module.exports = {
|
|
__esModule: true,
|
|
WebUSB: () => {},
|
|
};
|