UNPKG

@primexop/pbk

Version:

Primexop Backend Kit - A powerful TypeScript utility for managing backend projects with features like B2F Portal integration, cross-project validation, and Next.js support

7 lines (6 loc) 280 B
/** * Deletes all files in the target directory and copies all files from source directory * @param sourcePath - Source directory path * @param targetPath - Target directory path */ export declare function deleteAndCopy(sourcePath: string, targetPath: string): Promise<void>;