Files

2 lines
82 B
TypeScript

export declare function writeFileAtomic(filePath: string, content: string): void;