Home > @rushstack/node-core-library > FileSystemCopyFilesAsyncFilter
FileSystemCopyFilesAsyncFilter type
Callback function type for IFileSystemCopyFilesAsyncOptions.filter
Signature:
export type FileSystemCopyFilesAsyncFilter = (sourcePath: string, destinationPath: string) => Promise<boolean>;