Static matchMatches file paths based on the provided source pattern and optional exclude pattern.
The source pattern for matching files.
Optional cb: ((error, result) => void)The callback function to handle the result or error.
Optional excludePattern: RegExpThe optional regular expression pattern to exclude paths.
A promise that resolves to void.
Created by CodeAuthor1 Twitter
Utility class for matching file paths.