methodGlob.matchmatch(str: string): boolean;Match the glob against a stringconst glob = new Glob("*.{ts,tsx}"); expect(glob.match('foo.ts')).toBeTrue();