4 lines
253 B
TypeScript
4 lines
253 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;
|