Skip to main content
interface CopyOptions

Methods

optional
filter(
source: string,
destination: string,
): boolean | Promise<boolean>

Function to filter copied files/directories. Return true to copy the item, false to ignore it.

Back to top