UNPKG

diginext-utils

Version:
5 lines 169 B
/** * Move file to another location. */ export declare function fileMove(oldPath: string, newPath: string, callback: any): void; //# sourceMappingURL=fileMove.d.ts.map