We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a810935 commit 5e5924fCopy full SHA for 5e5924f
src/matchers/index.ts
@@ -6,3 +6,4 @@ export { Matcher } from './Matcher'
6
export { MethodMatcher, MethodMatchResult, Method } from './MethodMatcher'
7
export { RegExpUrlMatcher, RegExpUrlMatchResult } from './RegExpUrlMatcher'
8
export { ExactQueryMatcher } from './ExactQueryMatcher'
9
+export { EndpointMatcher } from './EndpointMatcher'
0 commit comments