UNPKG
express-tailscale-auth
Version:
latest (0.0.1)
0.0.1
Express middleware for Tailscale authentication
express-tailscale-auth
/
dist
/
utils
/
checkTrustProxyConfig.d.ts
6 lines
(3 loc)
•
149 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Request
}
from
'express'
;
declare
const
checkTrustProxyConfiguration
:
(
req
:
Request
) =>
boolean
;
export
{ checkTrustProxyConfiguration };