Skip to main content
interface CopySyncOptions

Methods

optional
filter(
source: string,
destination: string,
): boolean

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

Back to top