UNPKG

localbackup

Version:

Utility to make local backups easily and without the hassle.

8 lines 256 B
export declare function deleteOldBackups(props: { storageProvider: string; targetDirectory: string; prefix: string; fileType: 'zip' | 'tar'; keepLast: string | undefined; }): Promise<void>; //# sourceMappingURL=deleteOldBackups.d.ts.map