Sign in
apache
/
nifi-fds
/
gh-pages
/
.
/
node_modules
/
http-proxy-middleware
/
dist
/
context-matcher.d.ts
blob: c255da8837eefb9f9e47b8f30380d0182ff80802 [
file
] [
log
] [
blame
]
import
type
{
Filter
,
Request
}
from
'./types'
;
export
declare
function
match
(
context
:
Filter
,
uri
:
string
,
req
:
Request
):
boolean
;