UNPKG

node-drivelist

Version:
5 lines (4 loc) 242 B
import { DriveDataInterface } from "./Interfaces"; export declare const execDriveList: (cb: any) => void; export declare const replaceStdout: (stdout: string) => string[][]; export declare const parse: (line: string[]) => DriveDataInterface;