UNPKG

@alauda/doom

Version:

Doctor Doom making docs.

6 lines (5 loc) 180 B
import type { Buffer } from 'node:buffer'; /** * Write file safely */ export declare function writeFileSafe(path: string, data?: string | Buffer | Uint8Array): Promise<boolean>;