UNPKG

@hadesz/monitor

Version:

A complete server monitoring system with agents, server and dashboard

6 lines (5 loc) 143 B
import { FileInfo } from "./FileInfo"; /** * Parse raw directory listing. */ export declare function parseList(rawList: string): FileInfo[];