UNPKG

node-drivelist

Version:
4 lines (3 loc) 177 B
import { DriveDataInterface } from "./Interfaces"; export declare const execDriveList: (cb: any) => void; export declare const parse: (driveLine: string) => DriveDataInterface;