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 ce35aac commit 647ff41Copy full SHA for 647ff41
index.d.ts
@@ -70,7 +70,7 @@ declare namespace fastgateway {
70
71
interface Options<P extends restana.Protocol> {
72
server?: Object | restana.Service<P> | Express.Application
73
- proxyFactory?: (opts: ProxyFactoryOpts) => Function
+ proxyFactory?: (opts: ProxyFactoryOpts) => Function|null|undefined
74
restana?: {}
75
middlewares?: Function[]
76
pathRegex?: string
0 commit comments