UNPKG

localbackup

Version:

Utility to make local backups easily and without the hassle.

6 lines 199 B
export declare function createTempBackup(props: { source: string; destinationFileName: string; fileType: 'zip' | 'tar'; }): Promise<string>; //# sourceMappingURL=createTempBackup.d.ts.map