UNPKG

diginext-utils

Version:
5 lines (4 loc) 135 B
/** * Move file to another location. */ export declare function fileMove(oldPath: string, newPath: string, callback: any): void;