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.
2 parents 08bcd86 + 2de0d52 commit 2fd4af2Copy full SHA for 2fd4af2
index.d.ts
@@ -1,6 +1,7 @@
1
import { Agent as HttpAgent } from 'http';
2
import { Agent as HttpsAgent } from 'https';
3
import type {Jwt, Secret} from 'jsonwebtoken'
4
+import Express from 'express'
5
6
declare function JwksRsa(options: JwksRsa.Options): JwksRsa.JwksClient;
7
0 commit comments