UNPKG

file-curator

Version:

Generate list of files in a text file of directory

9 lines (8 loc) 269 B
export declare const formatSizeUnits: (bytes: number) => string; export declare const compareFiles: (a: any, b: any) => 1 | -1; export declare const genLine: (file: any, description: string) => { name: any; date: any; size: any; description: string; };