We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1d9bd commit a58cc9bCopy full SHA for a58cc9b
packages/usb-adapter/src/index.ts
@@ -1,7 +1,8 @@
1
import os from "os";
2
3
import { Adapter } from "@node-escpos/adapter";
4
-import { Interface, InEndpoint, OutEndpoint, LibUSBException, findBySerialNumber } from "usb";
+import type { Interface, InEndpoint, OutEndpoint, LibUSBException } from "usb";
5
+import { findBySerialNumber } from "usb";
6
import { usb, getDeviceList, findByIds } from "usb";
7
8
/**
0 commit comments