UNPKG

hdd-space

Version:

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

4 lines (3 loc) 145 B
import { HddInfo } from './index'; export declare function parseUnixOutput(output: string): HddInfo; export declare const unixCmd = "df -Pk";