2 lines
82 B
TypeScript
2 lines
82 B
TypeScript
export declare function writeFileAtomic(filePath: string, content: string): void;
|
export declare function writeFileAtomic(filePath: string, content: string): void;
|