UNPKG

sync-content

Version:

Synchronize the contents of one folder to another location, only copying files if contents differ.

3 lines 188 B
export declare const syncContent: (from: string, to: string) => Promise<void>; export declare const syncContentSync: (from: string, to: string) => void; //# sourceMappingURL=index.d.ts.map