File size: 143 Bytes
8c741f6
 
 
 
 
1
2
3
4
5
6
import { FileInfo } from "./FileInfo";
/**
 * Parse raw directory listing.
 */
export declare function parseList(rawList: string): FileInfo[];