Files
2025-03-07 19:22:02 +01:00

4 lines
250 B
TypeScript

export declare const homedir: any;
export declare function makeStatusDirs(filepath: string): boolean;
export declare function renameCurrentFile(filepath: string, filename: string, callback?: (err: Error | null, destfullpath?: string) => void): void;