NodefsCopyOptions.filtermethod CopyOptions.filter#CopyOptions.filter(source: string,destination: string,): boolean | Promise<boolean>Function to filter copied files/directories. Return true to copy the item, false to ignore it. Parameters ##source: string#destination: stringReturn Type #boolean | Promise<boolean>
method CopyOptions.filter#CopyOptions.filter(source: string,destination: string,): boolean | Promise<boolean>Function to filter copied files/directories. Return true to copy the item, false to ignore it. Parameters ##source: string#destination: stringReturn Type #boolean | Promise<boolean>