UNPKG

node-drivelist

Version:
4 lines (3 loc) 219 B
import { DriveDataInterface } from "./Interfaces"; export declare const getDriveList: () => Promise<DriveDataInterface[]>; export declare const getDriveByName: (driveName: string) => Promise<DriveDataInterface | null>;