rushstack.io
Docs API News GitHub Help
https://github.com/octogonz

    << Docs Index

    Home > @rushstack/node-core-library > FileSystemCopyFilesAsyncFilter

    FileSystemCopyFilesAsyncFilter type

    Callback function type for IFileSystemCopyFilesAsyncOptions.filter

    Signature:

    export declare type FileSystemCopyFilesAsyncFilter = (sourcePath: string, destinationPath: string) => Promise<boolean>;
    

    © 2021 Microsoft

    • Docs
    • API
    • News
    • GitHub
    • Help