Skip to content

Commit a58cc9b

Browse files
committed
fix: imports
1 parent 8a1d9bd commit a58cc9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/usb-adapter/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import os from "os";
22

33
import { Adapter } from "@node-escpos/adapter";
4-
import { Interface, InEndpoint, OutEndpoint, LibUSBException, findBySerialNumber } from "usb";
4+
import type { Interface, InEndpoint, OutEndpoint, LibUSBException } from "usb";
5+
import { findBySerialNumber } from "usb";
56
import { usb, getDeviceList, findByIds } from "usb";
67

78
/**

0 commit comments

Comments
 (0)