Outlook_Addin_LLM/node_modules/applicationinsights/out/Bootstrap/Helpers/FileHelpers.d.ts

4 lines
253 B
TypeScript
Raw Normal View History

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;