UNPKG

alinea

Version:
3 lines (2 loc) 211 B
export declare function copyFileIfContentsDiffer(source: string, target: string): Promise<void>; export declare function writeFileIfContentsDiffer(destination: string, contents: string | Buffer): Promise<void>;