UNPKG

usb-mountpoint

Version:

Library for listing USB mass storage devices, their serial numbers and mount points

2 lines (1 loc) 85 B
export declare const listDevices: () => Promise<import("./interfaces").USBDevice[]>;