UNPKG

hdd-space

Version:

This module provides getting information about free space and size of hdds

4 lines (3 loc) 184 B
import { HddInfo } from './index'; export declare function parseWin32Output(output: string): HddInfo; export declare const win32Cmd = "wmic logicaldisk get size,freespace,caption";