Nodepathpath.PlatformPath.matchesGlobmethod path.PlatformPath.matchesGlob#PlatformPath.matchesGlob(path: string,pattern: string,): booleanThe path.matchesGlob() method determines if path matches the pattern. Parameters ##path: string The path to glob-match against. #pattern: string The glob to check the path against. Return Type #boolean Whether or not the path matched the pattern. Throws #TypeError if path or pattern are not strings.
method path.PlatformPath.matchesGlob#PlatformPath.matchesGlob(path: string,pattern: string,): booleanThe path.matchesGlob() method determines if path matches the pattern. Parameters ##path: string The path to glob-match against. #pattern: string The glob to check the path against. Return Type #boolean Whether or not the path matched the pattern. Throws #TypeError if path or pattern are not strings.