UNPKG

fs-nextra

Version:

Node.js fs next-gen extra (nextra) methods.

9 lines (8 loc) 292 B
/** * Creates a hard file link atomically. * @function linkAtomic * @memberof fsn/nextra * @param source The source path of the file * @param destination The destination path of the file */ export declare function linkAtomic(source: string, destination: string): Promise<void>;