deno.com
method CopySyncOptions.filter
#CopySyncOptions.filter(
source: string,
destination: string,
): boolean

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

Parameters #

#source: string
#destination: string

Return Type #

boolean